dongjoon-hyun commented on code in PR #46571:
URL: https://github.com/apache/spark/pull/46571#discussion_r1601964897
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1317,6 +1317,14 @@ package object config {
s" be less than or equal to
${ByteArrayMethods.MAX_ROUNDED_ARRAY_LENGTH}.")
.createWithDefault(64 * 1024 * 1024)
+ private[spark] val CHECKPOINT_DIR =
+ ConfigBuilder("spark.checkpoint.dir")
+ .doc("Equivalent with SparkContext.setCheckpointDir. If set, the path
becomes " +
+ "the directory for checkpointing.")
Review Comment:
Could you add this to `docs/configuration.md`?
--
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]