waitinfuture commented on code in PR #1834:
URL:
https://github.com/apache/incubator-celeborn/pull/1834#discussion_r1304275274
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -1944,13 +1945,22 @@ object CelebornConf extends Logging {
val SHUFFLE_CHUNK_SIZE: ConfigEntry[Long] =
buildConf("celeborn.shuffle.chunk.size")
- .categories("client", "worker")
+ .categories("worker")
.version("0.2.0")
.doc("Max chunk size of reducer's merged shuffle data. For example, if a
reducer's " +
"shuffle data is 128M and the data will need 16 fetch chunk requests
to fetch.")
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("8m")
+ val CLIENT_FETCH_DFS_READ_CHUNK_SIZE: ConfigEntry[Long] =
+ buildConf("celeborn.client.fetch.dfsReadChunkSize")
+ .categories("client")
+ .version("0.3.0")
Review Comment:
version should be 0.3.1
--
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]