Details
Description
To report per storage type quota and usage information from "hadoop fs -count -q" or "hdfs dfs -count -q", we need to migrate the StorageType definition from hadoop-hdfs (org.apache.hadoop.hdfs) to hadoop-common(org.apache.hadoop.fs) because the ContentSummary and FileSystem#getContentSummary() are in org.apache.hadoop.fs package.
Attachments
Attachments
Issue Links
- is required by
-
HDFS-7701 Support reporting per storage type quota and usage with hadoop/hdfs shell
- Resolved