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

This commit is contained in:
Allen Wittenauer 2015-05-28 10:57:04 -07:00
parent 5504a261f8
commit cbba7d68f0
2 changed files with 4 additions and 1 deletions

View File

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

View File

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