[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutVersion

2014-05-30 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6356:
--

FAILURE: Integrated in Hadoop-Yarn-trunk #568 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/568/])
HDFS-6356. Fix typo in DatanodeLayoutVersion. Contributed by Tulasi G. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598408)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNodeLayoutVersion.java


 Fix typo in DatanodeLayoutVersion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Assignee: Tulasi G
Priority: Trivial
  Labels: newbie
 Fix For: 2.5.0

 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutVersion

2014-05-30 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6356:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #1759 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1759/])
HDFS-6356. Fix typo in DatanodeLayoutVersion. Contributed by Tulasi G. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598408)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNodeLayoutVersion.java


 Fix typo in DatanodeLayoutVersion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Assignee: Tulasi G
Priority: Trivial
  Labels: newbie
 Fix For: 2.5.0

 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutVersion

2014-05-30 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6356:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1786 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1786/])
HDFS-6356. Fix typo in DatanodeLayoutVersion. Contributed by Tulasi G. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598408)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNodeLayoutVersion.java


 Fix typo in DatanodeLayoutVersion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Assignee: Tulasi G
Priority: Trivial
  Labels: newbie
 Fix For: 2.5.0

 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutversion

2014-05-29 Thread Andrew Wang (JIRA)

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

Andrew Wang commented on HDFS-6356:
---

Thanks for the patch and reviews everyone, LGTM also. Will commit shortly.

 Fix typo in DatanodeLayoutversion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Priority: Trivial
  Labels: newbie
 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutVersion

2014-05-29 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6356:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #5627 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5627/])
HDFS-6356. Fix typo in DatanodeLayoutVersion. Contributed by Tulasi G. (wang: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1598408)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNodeLayoutVersion.java


 Fix typo in DatanodeLayoutVersion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Assignee: Tulasi G
Priority: Trivial
  Labels: newbie
 Fix For: 2.5.0

 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutversion

2014-05-16 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA commented on HDFS-6356:
-

+1 (non-binding).

 Fix typo in DatanodeLayoutversion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 3.0.0
Reporter: Tulasi G
Priority: Trivial
 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutversion

2014-05-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-6356:
-

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

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

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{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 1.3.9) 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.TestBalancerWithNodeGroup

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.

 Fix typo in DatanodeLayoutversion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Priority: Trivial
  Labels: newbie
 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6356) Fix typo in DatanodeLayoutversion

2014-05-11 Thread Chen He (JIRA)

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

Chen He commented on HDFS-6356:
---

+1 non-binding

 Fix typo in DatanodeLayoutversion
 -

 Key: HDFS-6356
 URL: https://issues.apache.org/jira/browse/HDFS-6356
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: datanode
Affects Versions: 2.4.0
Reporter: Tulasi G
Priority: Trivial
  Labels: newbie
 Attachments: HDFS-6356.patch


 Fix the typo in DatanodeLayoutVersion
 {code}
   public static enum Feature implements LayoutFeature {
 FIRST_LAYOUT(-55, -53, First datenode layout, false);
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)