[
https://issues.apache.org/jira/browse/HDFS-8711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618409#comment-14618409
]
Vinayakumar B commented on HDFS-8711:
-------------------------------------
Cherry picked this to branch-2 as well. To keep the diff between trunk and
branch-2 minimal.
> setSpaceQuota command should print the available storage type when input
> storage type is wrong
> ----------------------------------------------------------------------------------------------
>
> Key: HDFS-8711
> URL: https://issues.apache.org/jira/browse/HDFS-8711
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: hdfs-client
> Affects Versions: 2.7.0
> Reporter: Surendra Singh Lilhore
> Assignee: Surendra Singh Lilhore
> Labels: reviewed
> Attachments: HDFS-8711-01.patch, HDFS-8711.patch
>
>
> If input storage type is wrong then currently *setSpaceQuota* give exception
> like this.
> {code}
> ./hdfs dfsadmin -setSpaceQuota 10000000 -storageType COLD /testDir
> setSpaceQuota: No enum constant org.apache.hadoop.fs.StorageType.COLD
> {code}
> It should be
> {code}
> setSpaceQuota: Storage type COLD not available. Available storage type are
> [SSD, DISK, ARCHIVE]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)