Repository: hadoop Updated Branches: refs/heads/trunk 085b1e293 -> 7776847a5
HADOOP-11437. Remove the version and author information from distcp's README file (Brahma Reddy Battula via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7776847a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7776847a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7776847a Branch: refs/heads/trunk Commit: 7776847a590f35c49885d38cca88d2f119896cb3 Parents: 085b1e2 Author: Allen Wittenauer <[email protected]> Authored: Wed Feb 11 15:47:36 2015 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Wed Feb 11 15:47:36 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ hadoop-tools/hadoop-distcp/README | 2 -- hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7776847a/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 1d9bc1e..94cdeec 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -389,6 +389,9 @@ Trunk (Unreleased) HADOOP-11583. Fix syntax error in SecureMode.md (Masatake Iwasaki via aw) + HADOOP-11437. Remove the version and author information from distcp's + README file (Brahma Reddy Battula via aw) + OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd) http://git-wip-us.apache.org/repos/asf/hadoop/blob/7776847a/hadoop-tools/hadoop-distcp/README ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-distcp/README b/hadoop-tools/hadoop-distcp/README index 14008df..d5ee03c 100644 --- a/hadoop-tools/hadoop-distcp/README +++ b/hadoop-tools/hadoop-distcp/README @@ -3,5 +3,3 @@ 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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/7776847a/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm b/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm index 447e515..7424267 100644 --- a/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm +++ b/hadoop-tools/hadoop-distcp/src/site/markdown/DistCp.md.vm @@ -14,7 +14,7 @@ #set ( $H3 = '###' ) -DistCp Version2 Guide +DistCp Guide ===================== --- @@ -40,7 +40,7 @@ DistCp Version2 Guide Overview -------- - DistCp Version 2 (distributed copy) is a tool used for large + DistCp (distributed copy) is a tool used for large inter/intra-cluster copying. It uses MapReduce 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
