attilapiros commented on code in PR #39775:
URL: https://github.com/apache/spark/pull/39775#discussion_r1090003144
##########
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 config really used at the spark submit so I think it belongs to
`spark.kubernetes.submit`.
If something else will come up in the future which also has effect on the
spark submit and Kubernetes related then using the same reasoning we will never
start that namespace. I mean there is always a first one.
--
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]