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

   ### What changes were proposed in this pull request?
   
   This PR proposes to add the support of `--remote` at `bin/spark-submit` so 
it can use Spark Connect easily. This PR inclues:
   - Make `bin/spark-submit` working with Scala Spark Connect client
   - Pass `--conf` and loaded configurations to both Scala and Python Spark 
Connect clients
   
   ### Why are the changes needed?
   
   `bin/pyspark --remote` already works. We should also make `bin/spark-submit` 
works in order for end users to try Spark Connect out and to have the 
consistent way.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes,
   - `bin/spark-submit` supports `--remote` option in Scala.
   - `bin/spark-submit` supports `--conf` and loaded Spark configurations to 
pass to the clients in Scala and Python
   
   
   ### How was this patch tested?
   
   TBD
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
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]

Reply via email to