HADOOP-11437. Remove the version and author information from distcp's README file (Brahma Reddy Battula via aw)

This commit is contained in:
Allen Wittenauer 2015-02-11 15:47:36 -08:00
parent 085b1e293f
commit 7776847a59
3 changed files with 5 additions and 4 deletions

View File

@ -389,6 +389,9 @@ Trunk (Unreleased)
HADOOP-11583. Fix syntax error in SecureMode.md (Masatake Iwasaki via aw) 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 OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd) HADOOP-7761. Improve the performance of raw comparisons. (todd)

View File

@ -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, 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. each of which will copy a partition of the files specified in the source list.
Version 0.1 (2010/08/02 sriksun)
- Initial Version

View File

@ -14,7 +14,7 @@
#set ( $H3 = '###' ) #set ( $H3 = '###' )
DistCp Version2 Guide DistCp Guide
===================== =====================
--- ---
@ -40,7 +40,7 @@ DistCp Version2 Guide
Overview 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, inter/intra-cluster copying. It uses MapReduce to effect its distribution,
error handling and recovery, and reporting. It expands a list of files and 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 directories into input to map tasks, each of which will copy a partition of