dongjoon-hyun commented on a change in pull request #34239: URL: https://github.com/apache/spark/pull/34239#discussion_r726568089
########## File path: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala ########## @@ -228,6 +228,13 @@ private[spark] object Config extends Logging { .stringConf .createOptional + val KUBERNETES_DRIVER_SCHEDULER_NAME = + ConfigBuilder("spark.kubernetes.driver.scheduler.name") + .doc("Specify the scheduler name for each driver pod") Review comment: It seems to be copied from line 226. Shall we revise `each driver pod` a little because there is only one driver pod? -- 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