ForVic commented on code in PR #51396: URL: https://github.com/apache/spark/pull/51396#discussion_r2299672531
########## resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala: ########## @@ -514,6 +525,24 @@ private[spark] object Config extends Logging { .booleanConf .createWithDefault(true) + val KUBERNETES_EXECUTOR_LISTER_POLLING_INTERVAL = + ConfigBuilder("spark.kubernetes.executor.listerPollingInterval") Review Comment: This was to follow convention established by `KUBERNETES_EXECUTOR_API_POLLING_INTERVAL` which is `spark.kubernetes.executor.apiPollingInterval` -- 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