Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
Reviewed
Description
If input storage type is wrong then currently setSpaceQuota give exception like this.
./hdfs dfsadmin -setSpaceQuota 10000000 -storageType COLD /testDir
setSpaceQuota: No enum constant org.apache.hadoop.fs.StorageType.COLD
It should be
setSpaceQuota: Storage type COLD not available. Available storage type are [SSD, DISK, ARCHIVE]
Attachments
Attachments
Issue Links
- relates to
-
HDFS-7584 Enable Quota Support for Storage Types
- Closed