HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima via aw)

This commit is contained in:
Allen Wittenauer 2014-09-26 14:56:59 -07:00
parent aa5d9256fb
commit 6b7673e3cd
2 changed files with 5 additions and 2 deletions

View File

@ -879,6 +879,9 @@ Release 2.6.0 - UNRELEASED
HADOOP-11048. user/custom LogManager fails to load if the client
classloader is enabled (Sangjin Lee via jlowe)
HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji
Kikushima via aw)
Release 2.5.1 - 2014-09-05
INCOMPATIBLE CHANGES

View File

@ -370,7 +370,7 @@ mkdir
moveFromLocal
Usage: <<<dfs -moveFromLocal <localsrc> <dst> >>>
Usage: <<<hdfs dfs -moveFromLocal <localsrc> <dst> >>>
Similar to put command, except that the source localsrc is deleted after
it's copied.
@ -617,7 +617,7 @@ touchz
Example:
* <<<hadoop -touchz pathname>>>
* <<<hdfs dfs -touchz pathname>>>
Exit Code:
Returns 0 on success and -1 on error.