waitinfuture commented on code in PR #2549:
URL: https://github.com/apache/celeborn/pull/2549#discussion_r1680310158
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4864,6 +4866,23 @@ object CelebornConf extends Logging {
.booleanConf
.createWithDefault(false)
+ val CLIENT_CHUNK_PREFETCH_ENABLED: ConfigEntry[Boolean] =
+ buildConf("celeborn.client.chunk.prefetch.enabled")
Review Comment:
This config is checked inside `CelebornInputStreamImpl`, although it's used
for spark only for now, I think we'd better not to add `spark` in the config.
--
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]