HDFS-7791. dfs count -v should be added to quota documentation (Akira AJISAKA 
via aw)


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

Branch: refs/heads/HDFS-7285
Commit: fa93278c54e9ad899e91aff4389d1de91f72026a
Parents: a4f8c97
Author: Allen Wittenauer <a...@apache.org>
Authored: Fri Feb 13 10:56:30 2015 -0800
Committer: Zhe Zhang <z...@apache.org>
Committed: Mon Feb 16 10:29:49 2015 -0800

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt                     | 3 +++
 .../hadoop-hdfs/src/site/markdown/HdfsQuotaAdminGuide.md        | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/fa93278c/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt 
b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index bf4c9de..6463010 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -307,6 +307,9 @@ Trunk (Unreleased)
     HDFS-7711. Fix various typos in ClusterSetup.md.
     (Brahma Reddy Battula via wheat9)
 
+    HDFS-7791. dfs count -v should be added to quota documentation (Akira
+    AJISAKA via aw)
+
 Release 2.7.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/fa93278c/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsQuotaAdminGuide.md
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsQuotaAdminGuide.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsQuotaAdminGuide.md
index 380604b..a1bcd78 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsQuotaAdminGuide.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsQuotaAdminGuide.md
@@ -82,11 +82,12 @@ Reporting Command
 
 An an extension to the count command of the HDFS shell reports quota values 
and the current count of names and bytes in use.
 
-*   `hadoop fs -count -q <directory>...<directory>`
+*   `hadoop fs -count -q [-h] [-v] <directory>...<directory>`
 
     With the -q option, also report the name quota value set for each
     directory, the available name quota remaining, the space quota
     value set, and the available space quota remaining. If the
     directory does not have a quota set, the reported values are `none`
-    and `inf`.
+    and `inf`. The -h option shows sizes in human readable format.
+    The -v option displays a header line.
 

Reply via email to