You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2015/05/28 19:57:16 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/trunk 5504a261f -> cbba7d68f


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cbba7d68
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cbba7d68
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cbba7d68

Branch: refs/heads/trunk
Commit: cbba7d68f0c7faf2b3bab41fd1694dd626db6492
Parents: 5504a26
Author: Allen Wittenauer <aw...@apache.org>
Authored: Thu May 28 10:57:04 2015 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Thu May 28 10:57:04 2015 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt                   | 3 +++
 .../hadoop-common/src/site/markdown/FileSystemShell.md            | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cbba7d68/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 7da02ed..8de5ae4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/cbba7d68/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
index 8ecc24a..144cb73 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
+++ b/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: