sarutak commented on pull request #29619: URL: https://github.com/apache/spark/pull/29619#issuecomment-685905444
> Does this match how spark-shell is configured? seems fine then. I think so. spark-shell, pyspark and sparkr CLI seem to be configured with the same manner. * [spark-shell](https://github.com/apache/spark/blob/v3.0.0/repl/src/main/scala/org/apache/spark/repl/Main.scala#L34) * [pyspark](https://github.com/apache/spark/blob/v3.0.0/core/src/main/scala/org/apache/spark/api/python/PythonGatewayServer.scala#L33) * [sparkr](https://github.com/apache/spark/blob/v3.0.0/core/src/main/scala/org/apache/spark/api/r/RBackend.scala#L109) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
