You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/27 22:30:17 UTC

[GitHub] [spark] gengliangwang commented on a diff in pull request #39226: [SPARK-41694][CORE] Add new config to clean up `spark.ui.store.path` directory when `SparkContext.stop()`

gengliangwang commented on code in PR #39226:
URL: https://github.com/apache/spark/pull/39226#discussion_r1057947130


##########
core/src/main/scala/org/apache/spark/internal/config/Status.scala:
##########
@@ -77,4 +77,12 @@ private[spark] object Status {
     .version("3.4.0")
     .stringConf
     .createOptional
+
+  val LIVE_UI_LOCAL_STORE_DIR_AUTO_CLEANUP_ENABLED =
+    ConfigBuilder("spark.ui.store.path.auto.cleanup.enabled")

Review Comment:
   The new conf name is a bit long. How about `spark.ui.store.clean.enabled`?



-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org