[
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332231#comment-14332231
]
Hudson commented on HDFS-7814:
------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #2062 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2062/])
HDFS-7814. Fix usage string of storageType parameter for "dfsadmin
-setSpaceQuota/clrSpaceQuota". Contributed by Xiaoyu Yao. (cnauroth: rev
8c6ae0d6199efa327d8f2761f2ad2163a60e5508)
* hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
> Fix usage string of storageType parameter for "dfsadmin
> -setSpaceQuota/clrSpaceQuota"
> -------------------------------------------------------------------------------------
>
> Key: HDFS-7814
> URL: https://issues.apache.org/jira/browse/HDFS-7814
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: datanode, namenode
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Minor
> Fix For: 2.7.0
>
> Attachments: HDFS-7814.00.patch
>
>
> This was found when I'm documenting the quota by storage type feature. The
> current usage string to set/clear quota by storage type which put the
> -storageType prameter after dirnames is incorrect.
> "hdfs dfsadmin -setSpaceQuota/clrSpaceQuota <quota> <dirname>...<dirname>
> -storageType <storagetype>".
> The correct one should be:
> "hdfs dfsadmin -setSpaceQuota/clrSpaceQuota <quota> [-storageType
> <storagetype>] <dirname>...<dirname>"
> I will post the fix shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)