1
0
فهرست منبع

HADOOP-11142. Remove hdfs dfs reference from file system shell documentation (Kengo Seki via aw)

Allen Wittenauer 10 سال پیش
والد
کامیت
cbba7d68f0

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

@@ -221,6 +221,9 @@ Trunk (Unreleased)
     HADOOP-12016. Typo in FileSystem::listStatusIterator 
     (Arthur Vigil via jghoman)
 
+    HADOOP-11142. Remove hdfs dfs reference from file system shell
+    documentation (Kengo Seki via aw)
+
   BUG FIXES
 
     HADOOP-11473. test-patch says "-1 overall" even when all checks are +1

+ 1 - 1
hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md

@@ -185,7 +185,7 @@ Example:
 * `hadoop fs -count hdfs://nn1.example.com/file1 hdfs://nn2.example.com/file2`
 * `hadoop fs -count -q hdfs://nn1.example.com/file1`
 * `hadoop fs -count -q -h hdfs://nn1.example.com/file1`
-* `hdfs dfs -count -q -h -v hdfs://nn1.example.com/file1`
+* `hadoop fs -count -q -h -v hdfs://nn1.example.com/file1`
 
 Exit Code: