dongjoon-hyun commented on PR #35663:
URL: https://github.com/apache/spark/pull/35663#issuecomment-1219936342

   BTW, is your concern that `YuniKornFeatureStep` has no other logic? So, we 
can use more simpler way like the following? Well, it's the best for Apache 
Spark to support custom schedulers consistently, isn't it? We can easily switch 
the scheduler by changing a single configuration 
`spark.kubernetes.driver.scheduler.name`.
   ```
   --conf spark.kubernetes.driver.scheduler.name=yunikorn \
   --conf 
spark.kubernetes.driver.annotation.yunikorn.apache.org/app-id={{APP_ID}} \
   --conf 
spark.kubernetes.executor.annotation.yunikorn.apache.org/app-id={{APP_ID}} \
   ```


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