Yikun opened a new pull request #33283: URL: https://github.com/apache/spark/pull/33283
### What changes were proposed in this pull request? Add the support for specifiying executor/driver node selector: - spark.kubernetes.driver.node.selector. - spark.kubernetes.executor.node.selector. ### Why are the changes needed? Now we can only use "spark.kubernetes.node.selector" to set lable for executor/driver. Sometimes, we need set executor/driver pods to different selector separately. ### Does this PR introduce _any_ user-facing change? Yes ### How was this patch tested? - KubernetesConfSuite for new added configure - BasicDriverFeatureStepSuite to make sure driver pods node selector set properly - BasicExecutorFeatureStepSuite to make sure excutor pods node selector set properly -- 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]
