lishiyucn opened a new pull request, #1834: URL: https://github.com/apache/incubator-celeborn/pull/1834
What changes were proposed in this pull request? Package : org.apache.celeborn.common.CelebornConf CLASS add config param "celeborn.client.fetch.dfsReadChunkSize" category:"client"; If this parameter is not configured by the user, the default value is 8m modify config param "celeborn.shuffle.chunk.size" category: from "worker,client" to "worker". Why are the changes needed? The variable shuffleChunkSize of the DfsPartitionReader class needs to distinguish between worker-side configuration and client-side configuration. Link:https://github.com/apache/incubator-celeborn/issues/862 Does this PR introduce any user-facing change? If user need to set 'dfsReadChunkSize' on the client, add dfsReadChunkSize to the [celeborn-defaults](https://issues.apache.org/jira/browse/CELEBORN-defaults).conf configuration file How was this patch tested? Tested. https://issues.apache.org/jira/browse/CELEBORN-498 -- 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]
