HADOOP-11437. Remove the version and author information from distcp's README file (Brahma Reddy Battula via aw)
This commit is contained in:
parent
085b1e293f
commit
7776847a59
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user