SteNicholas commented on code in PR #3548:
URL: https://github.com/apache/celeborn/pull/3548#discussion_r2680785701


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2488,6 +2489,14 @@ object CelebornConf extends Logging {
       .timeConf(TimeUnit.MILLISECONDS)
       .createWithDefaultString("1h")
 
+  val REUSE_HDFS_OUTPUT_STREAM_ENABLED: ConfigEntry[Boolean] =
+    buildConf("celeborn.worker.reuse.hdfs.outputStream.enabled")
+      .categories("worker")
+      .version("0.7.0")
+      .doc("Enable reuse output stream on hdfs.")

Review Comment:
   ```suggestion
         .doc("Whether to enable reuse output stream on hdfs.")
   ```



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

Reply via email to