dongjoon-hyun commented on a change in pull request #35856:
URL: https://github.com/apache/spark/pull/35856#discussion_r827329092
##########
File path: core/src/main/scala/org/apache/spark/internal/config/Status.scala
##########
@@ -70,4 +70,11 @@ private[spark] object Status {
.version("3.0.0")
.booleanConf
.createWithDefault(false)
+
+ val DISK_STORE_DIR_FOR_STATUS =
+ ConfigBuilder("spark.appStatusStore.diskStore.dir")
+ .doc("Local directory where to store app status that couldn't fit in
memory")
+ .version("3.3.0")
Review comment:
I guess this should be `3.4.0` because Today is the feature freeze date
for Apache Spark 3.3.0 and this PR arrives a little late for review.
##########
File path: core/src/main/scala/org/apache/spark/internal/config/Status.scala
##########
@@ -70,4 +70,11 @@ private[spark] object Status {
.version("3.0.0")
.booleanConf
.createWithDefault(false)
+
+ val DISK_STORE_DIR_FOR_STATUS =
+ ConfigBuilder("spark.appStatusStore.diskStore.dir")
+ .doc("Local directory where to store app status that couldn't fit in
memory")
+ .version("3.3.0")
Review comment:
I guess this should be `3.4.0` because Today is the feature freeze date
for Apache Spark 3.3.0 and this PR arrives a little late for review.
--
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]