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: [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]