Surendra Singh Lilhore created HDFS-8711:
--------------------------------------------

             Summary: 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: Bug
          Components: hdfs-client
    Affects Versions: 2.7.0
            Reporter: Surendra Singh Lilhore
            Assignee: Surendra Singh Lilhore


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)

Reply via email to