HDFS-7791. dfs count -v should be added to quota documentation (Akira AJISAKA via aw)
This commit is contained in:
parent
ba3c80a5ca
commit
a126ac3edb
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue