[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-22 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14332203#comment-14332203
 ] 

Hudson commented on HDFS-7814:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #112 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/112/])
HDFS-7814. Fix usage string of storageType parameter for dfsadmin 
-setSpaceQuota/clrSpaceQuota. Contributed by Xiaoyu Yao. (cnauroth: rev 
8c6ae0d6199efa327d8f2761f2ad2163a60e5508)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
* 
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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-22 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330295#comment-14330295
 ] 

Hudson commented on HDFS-7814:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #2043 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2043/])
HDFS-7814. Fix usage string of storageType parameter for dfsadmin 
-setSpaceQuota/clrSpaceQuota. Contributed by Xiaoyu Yao. (cnauroth: rev 
8c6ae0d6199efa327d8f2761f2ad2163a60e5508)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml
* 
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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330316#comment-14330316
 ] 

Hudson commented on HDFS-7814:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #102 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/102/])
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/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml


 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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330155#comment-14330155
 ] 

Hudson commented on HDFS-7814:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #111 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/111/])
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/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


 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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-21 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14330187#comment-14330187
 ] 

Hudson commented on HDFS-7814:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #845 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/845/])
HDFS-7814. Fix usage string of storageType parameter for dfsadmin 
-setSpaceQuota/clrSpaceQuota. Contributed by Xiaoyu Yao. (cnauroth: rev 
8c6ae0d6199efa327d8f2761f2ad2163a60e5508)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
* hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml


 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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14329506#comment-14329506
 ] 

Hudson commented on HDFS-7814:
--

FAILURE: Integrated in Hadoop-trunk-Commit #7165 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7165/])
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/main/java/org/apache/hadoop/hdfs/tools/DFSAdmin.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testHDFSConf.xml


 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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-20 Thread Xiaoyu Yao (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14329632#comment-14329632
 ] 

Xiaoyu Yao commented on HDFS-7814:
--

Thanks [~cnauroth] for reviewing and committing the patch!

 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)


[jira] [Commented] (HDFS-7814) Fix usage string of storageType parameter for dfsadmin -setSpaceQuota/clrSpaceQuota

2015-02-19 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-7814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14328552#comment-14328552
 ] 

Hadoop QA commented on HDFS-7814:
-

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12699792/HDFS-7814.00.patch
  against trunk revision c0d9b93.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-hdfs-project/hadoop-hdfs:

  org.apache.hadoop.hdfs.server.balancer.TestBalancer
  org.apache.hadoop.hdfs.tools.TestDFSHAAdminMiniCluster

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/9624//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/9624//console

This message is automatically generated.

 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)