dongjoon-hyun commented on code in PR #39775:
URL: https://github.com/apache/spark/pull/39775#discussion_r1089534818
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2020,6 +2020,14 @@ package object config {
.toSequence
.createWithDefault(Nil)
+ private[spark] val AUTO_STOP_ACTIVE_SPARK_CONTEXTS =
+ ConfigBuilder("spark.kubernetes.submit.autoStopActiveSparkContexts")
Review Comment:
I'd recommend to move this to K8s module and use config string name instead
in `SparkSubmit.scala`.
--
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]