-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.0
-
Fix Version/s: 2.8.0, 3.0.0-alpha1
-
Component/s: hdfs-client
-
Labels:
-
Target Version/s:
-
Hadoop Flags:Reviewed
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]
- relates to
-
HDFS-7584 Enable Quota Support for Storage Types
-
- Closed
-