1
0
Selaa lähdekoodia

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

Allen Wittenauer 10 vuotta sitten
vanhempi
commit
6b7673e3cd

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -879,6 +879,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

+ 2 - 2
hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm

@@ -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.