HyukjinKwon opened a new pull request, #50363:
URL: https://github.com/apache/spark/pull/50363

   ### What changes were proposed in this pull request?
   
   This PR is technically a followup of 
https://github.com/apache/spark/pull/49865 that explicitly sets 
`SPARK_CONNECT_MODE` to `0`.
   
   ### Why are the changes needed?
   
   Otherwise, it all fails to start a cluster, launch a Spark Connect with 
locally running Spark Connect server, etc.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Not yet. The main change has not been released out yet.
   
   ### How was this patch tested?
   
   I tested by manually adding:
   
   ```
   export SPARK_CONNECT_MODE=${SPARK_CONNECT_MODE:-1}
   ```
   
   into `bin/pyspark`, `bin/spark-shell`, and `bin/spark-sql`.
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to