MAPREDUCE-6109. Fix minor typo in distcp -p usage text (Charles Lamb via aw)

This commit is contained in:
Allen Wittenauer 2014-09-25 11:27:19 -07:00
parent b607c3c363
commit f614cb71d4
2 changed files with 4 additions and 1 deletions

View File

@ -372,6 +372,9 @@ Release 2.6.0 - UNRELEASED
MAPREDUCE-6104. TestJobHistoryParsing.testPartialJob fails in branch-2
(Mit Desai via jlowe)
MAPREDUCE-6109. Fix minor typo in distcp -p usage text (Charles Lamb
via aw)
Release 2.5.1 - 2014-09-05
INCOMPATIBLE CHANGES

View File

@ -54,7 +54,7 @@ public enum DistCpOptionSwitch {
"and timestamps. " +
"raw.* xattrs are preserved when both the source and destination " +
"paths are in the /.reserved/raw hierarchy (HDFS only). raw.* xattr" +
"preservation is independent of the -p flag." +
"preservation is independent of the -p flag. " +
"Refer to the DistCp documentation for more details.")),
/**