attilapiros commented on code in PR #39775:
URL: https://github.com/apache/spark/pull/39775#discussion_r1089536508
##########
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:
Do you mean having `kubernetes` within this file in the core module?
It follows the pattern of:
- spark.yarn.stagingDir
- spark.yarn.isPython
- spark.yarn.kerberos.renewal.excludeHadoopFileSystems
- spark.yarn.dist.pyFiles
--
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]