hadoop/hadoop-tools/hadoop-distcp
Aaron Myers c5b5947777 HADOOP-10459. distcp V2 doesn't preserve root dir's attributes when -p is specified. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1584233 13f79535-47bb-0310-9956-ffa450edef68
2014-04-03 00:56:12 +00:00
..
src HADOOP-10459. distcp V2 doesn't preserve root dir's attributes when -p is specified. Contributed by Yongjun Zhang. 2014-04-03 00:56:12 +00:00
README MAPREDUCE-2765. DistCp Rewrite. (Mithun Radhakrishnan via mahadev) 2012-01-26 06:50:00 +00:00
pom.xml Branching for hadoop-2.4 releases, also set version to 2.5.0-SNAPSHOT in branch-2. 2014-02-18 04:41:01 +00: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.

Version 0.1 (2010/08/02 sriksun)
 - Initial Version