فهرست منبع

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

Allen Wittenauer 10 سال پیش
والد
کامیت
fa93278c54

+ 3 - 0
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

+ 3 - 2
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.