FMX commented on code in PR #3467:
URL: https://github.com/apache/celeborn/pull/3467#discussion_r2317918657
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -6106,6 +6107,17 @@ object CelebornConf extends Logging {
.intConf
.createWithDefault(4)
+ val CLOUD_DISK_MOUNTED: ConfigEntry[Boolean] =
+ buildConf("celeborn.client.readLocalShuffleFile.cloudDiskMounted")
Review Comment:
How about renaming it to "celeborn.client.readLocalShuffleFile.sharedDisk".
There are multiple approaches to implementing shared disks, cloud disk is
one of them.
--
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]