eolivelli commented on code in PR #3604:
URL: https://github.com/apache/celeborn/pull/3604#discussion_r2826384776
##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/storage/StorageManager.scala:
##########
@@ -1125,11 +1162,7 @@ final private[worker] class StorageManager(conf:
CelebornConf, workerSource: Abs
} else if (storageType == Type.S3 &&
location.getStorageInfo.S3Available()) {
val shuffleDir =
new Path(new Path(s3Dir, conf.workerWorkingDir),
s"$appId/$shuffleId")
- logDebug(s"trying to create S3 file at $shuffleDir");
- FileSystem.mkdirs(
- StorageManager.hadoopFs.get(StorageInfo.Type.S3),
- shuffleDir,
- hdfsPermission)
+ // directory as been prepared by ensureS3DirectoryForShuffleKey
Review Comment:
"has been"
--
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]