Repository: hadoop
Updated Branches:
  refs/heads/branch-2 dfaaa14a4 -> 214f3abe2


HDFS-11800. Document output of 'hdfs count -u' should contain PATHNAME. 
Contributed by Xiaobing Zhou

(cherry picked from commit 3873904a943fbbd5dcfd154e923b90c0610ed05b)


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

Branch: refs/heads/branch-2
Commit: 214f3abe23e19fa8ee68f1d510e9d6c8fd239212
Parents: dfaaa14
Author: Mingliang Liu <lium...@apache.org>
Authored: Wed May 10 14:33:33 2017 -0700
Committer: Mingliang Liu <lium...@apache.org>
Committed: Wed May 10 14:34:11 2017 -0700

----------------------------------------------------------------------
 .../hadoop-common/src/site/markdown/FileSystemShell.md             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/214f3abe/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 5bfd57e..1a4477a 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
@@ -149,7 +149,7 @@ The -u and -q options control what columns the output 
contains.  -q means show q
 
 The output columns with -count -q are: QUOTA, REMAINING\_QUOTA, SPACE\_QUOTA, 
REMAINING\_SPACE\_QUOTA, DIR\_COUNT, FILE\_COUNT, CONTENT\_SIZE, PATHNAME
 
-The output columns with -count -u are: QUOTA, REMAINING\_QUOTA, SPACE\_QUOTA, 
REMAINING\_SPACE\_QUOTA
+The output columns with -count -u are: QUOTA, REMAINING\_QUOTA, SPACE\_QUOTA, 
REMAINING\_SPACE\_QUOTA, PATHNAME
 
 The -t option shows the quota and usage for each storage type. The -t option 
is ignored if -u or -q option is not given. The list of possible parameters 
that can be used in -t option(case insensitive except the parameter ""): "", 
"all", "ram_disk", "ssd", "disk" or "archive".
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to