HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima via aw)
This commit is contained in:
parent
f894d187ed
commit
0341c65519
|
@ -541,6 +541,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-11048. user/custom LogManager fails to load if the client
|
HADOOP-11048. user/custom LogManager fails to load if the client
|
||||||
classloader is enabled (Sangjin Lee via jlowe)
|
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
|
Release 2.5.1 - 2014-09-05
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -370,7 +370,7 @@ mkdir
|
||||||
|
|
||||||
moveFromLocal
|
moveFromLocal
|
||||||
|
|
||||||
Usage: <<<dfs -moveFromLocal <localsrc> <dst> >>>
|
Usage: <<<hdfs dfs -moveFromLocal <localsrc> <dst> >>>
|
||||||
|
|
||||||
Similar to put command, except that the source localsrc is deleted after
|
Similar to put command, except that the source localsrc is deleted after
|
||||||
it's copied.
|
it's copied.
|
||||||
|
@ -617,7 +617,7 @@ touchz
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
* <<<hadoop -touchz pathname>>>
|
* <<<hdfs dfs -touchz pathname>>>
|
||||||
|
|
||||||
Exit Code:
|
Exit Code:
|
||||||
Returns 0 on success and -1 on error.
|
Returns 0 on success and -1 on error.
|
||||||
|
|
Loading…
Reference in New Issue