hadoop/hadoop-tools/hadoop-distcp
Steve Loughran d54241e9c9
HADOOP-15384. distcp numListstatusThreads option doesn't get to -delete scan.
Contributed by Steve Loughran.

(cherry picked from commit ca8b80bf59)
2018-07-10 10:50:40 +01:00
..
src HADOOP-15384. distcp numListstatusThreads option doesn't get to -delete scan. 2018-07-10 10:50:40 +01:00
README
pom.xml Updated branch-3.1 to track 3.1.1 2018-04-09 10:58:50 -07:00

README

DistCp (distributed copy) is a tool used for large inter/intra-cluster copying. 
It uses Map/Reduce to effect its distribution, error handling and recovery, 
and reporting. It expands a list of files and directories into input to map tasks, 
each of which will copy a partition of the files specified in the source list.