HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima via aw)
This commit is contained in:
parent
aa5d9256fb
commit
6b7673e3cd
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user