Skip to content

Commit

Permalink
HADOOP-11142. Remove hdfs dfs reference from file system shell docume…
Browse files Browse the repository at this point in the history
…ntation (Kengo Seki via aw)
  • Loading branch information
aw-was-here committed May 28, 2015
1 parent 5504a26 commit cbba7d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions hadoop-common-project/hadoop-common/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit cbba7d6

Please sign in to comment.