holdenk commented on code in PR #53028:
URL: https://github.com/apache/spark/pull/53028#discussion_r2551006131
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -626,6 +626,13 @@ package object config {
.checkValue(_.endsWith(java.io.File.separator), "Path should end with
separator.")
.createOptional
+ private[spark] val SHUFFLE_REMOTE_STORAGE_CLEANUP =
+ ConfigBuilder("spark.shuffle.remote.storage.cleanUp")
+ .doc("If true, Spark cleans up its fallback storage data during shutting
down.")
+ .version("3.2.0")
Review Comment:
version
--
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]