dongjoon-hyun commented on code in PR #39775:
URL: https://github.com/apache/spark/pull/39775#discussion_r1089592942
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -316,6 +316,14 @@ private[spark] object Config extends Logging {
.stringConf
.createOptional
+ val AUTO_STOP_ACTIVE_SPARK_CONTEXTS =
+ ConfigBuilder("spark.kubernetes.submit.autoStopActiveSparkContexts")
Review Comment:
This PR introduces a new config namespace, `spark.kubernetes.submit.*`.
Instead of this naming, shall we use the existing `spark.kubernetes.driver.`?
If you want to include `submit` somewhere, you can add it to the last part of
the config name.
--
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]