HADOOP-11142. Remove hdfs dfs reference from file system shell documentation (Kengo Seki via aw)
This commit is contained in:
parent
5504a261f8
commit
cbba7d68f0
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user