RexXiong commented on code in PR #3601:
URL: https://github.com/apache/celeborn/pull/3601#discussion_r2807544733
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -6826,4 +6830,19 @@ object CelebornConf extends Logging {
.booleanConf
.createWithDefault(false)
+ val SHUFFLE_WRITE_LIMIT_ENABLED: ConfigEntry[Boolean] =
+ buildConf("celeborn.client.shuffle.write.limit.enabled")
Review Comment:
Seems it only take effect when using Spark, so it might be better to change
the key to `celeborn.client.spark.shuffle.write.limit.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]