Yikun opened a new pull request #35499:
URL: https://github.com/apache/spark/pull/35499


   ### What changes were proposed in this pull request?
   Add `spark.kubernetes.scheduler.name` to support specify driver and executor 
scheduler togerther.
   
   ### Why are the changes needed?
   Before this patch, we have to specify two configuration for driver and 
executor:
   ```
   spark.kubernetes.executor.scheduler.name='volcano'
   spark.kubernetes.driver.scheduler.name='volcano'
   ```
   
   After this patch, we can specify executor and driver scheduler name by one 
configuration
   ```
   spark.kubernetes.scheduler.name='volcano'
   ```
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, a configuration added.
   
   
   ### How was this patch tested?
   UT
   


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