Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.7.3
-
None
Description
Currently a directory rename does a one-by-one copy, making the request O(files * data). If the copy operations were launched in parallel, the duration of the copy may be reducable to the duration of the longest copy. For a directory with many files, this will be significant
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-13823 s3a rename: fail if dest file exists
- Resolved
- is related to
-
HIVE-15093 S3-to-S3 Renames: Files should be moved individually rather than at a directory level
- Resolved
- links to