HyukjinKwon commented on code in PR #47402: URL: https://github.com/apache/spark/pull/47402#discussion_r1713106347
########## bin/spark-shell: ########## @@ -44,8 +44,38 @@ Scala REPL options: # through spark.driver.extraClassPath is not automatically propagated. SPARK_SUBMIT_OPTS="$SPARK_SUBMIT_OPTS -Dscala.usejavacp=true" +# In order to start Spark Connect shell, we should identify if spark.remote Review Comment: Made a PR to remove this ugly hack: https://github.com/apache/spark/pull/47702 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
