Description
Currently when doing distcp with -update option, for two files with the same file names but with different file length or checksum, we overwrite the whole file. It will be good if we can detect the case where (sourceFile = targetFile + appended_data), and only transfer the appended data segment to the target. This will be very useful if we're doing incremental distcp.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-15292 Distcp's use of pread is slowing it down.
- Resolved
- relates to
-
MAPREDUCE-6471 Document distcp incremental copy
- Resolved