You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Tom White (Created) (JIRA)" <ji...@apache.org> on 2011/11/18 20:04:54 UTC

[jira] [Created] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Finding counters by legacy group name returns empty counters
------------------------------------------------------------

                 Key: MAPREDUCE-3433
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: client, mrv2
            Reporter: Tom White
            Assignee: Tom White


Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159265#comment-13159265 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #912 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/912/])
    MAPREDUCE-3433. Finding counters by legacy group name returns empty counters.

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207755
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158702#comment-13158702 ] 

Hadoop QA commented on MAPREDUCE-3433:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12504250/MAPREDUCE-3433-jenkins.patch.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 7 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    -1 javac.  The applied patch generated 1826 javac compiler warnings (more than the trunk's current 1817 warnings).

    -1 findbugs.  The patch appears to introduce 12 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1353//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1353//artifact/trunk/hadoop-mapreduce-project/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-examples.html
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/1353//console

This message is automatically generated.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Mahadev konar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated MAPREDUCE-3433:
-------------------------------------

    Status: Open  (was: Patch Available)

Tom, looks like the tests are failing. Mind taking a look?
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated MAPREDUCE-3433:
---------------------------------

    Attachment: MAPREDUCE-3433-jenkins.patch.patch
    
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Tom White (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158923#comment-13158923 ] 

Tom White commented on MAPREDUCE-3433:
--------------------------------------

The findbugs warnings are unrelated to this patch, and the javac warnings are expected since the moved test uses the deprecated org.apache.hadoop.mapred.Counters class.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159227#comment-13159227 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Build #92 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/92/])
    Merge -r 1207754:1207755 from trunk to branch-0.23. Fixes: MAPREDUCE-3433

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207756
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated MAPREDUCE-3433:
---------------------------------

    Status: Patch Available  (was: Open)

I tried running the tests locally and TestUberAM fails for me with and without the patch, and the others all pass. I'll try Jenkins again.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153089#comment-13153089 ] 

Hadoop QA commented on MAPREDUCE-3433:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12504250/MAPREDUCE-3433-jenkins.patch.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 7 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    -1 javac.  The applied patch generated 1775 javac compiler warnings (more than the trunk's current 1766 warnings).

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.mapreduce.v2.TestMRJobs
                  org.apache.hadoop.mapred.TestMiniMRClientCluster
                  org.apache.hadoop.mapred.TestClientRedirect
                  org.apache.hadoop.mapreduce.v2.TestUberAM

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159091#comment-13159091 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Hdfs-0.23-Commit #224 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/224/])
    Merge -r 1207754:1207755 from trunk to branch-0.23. Fixes: MAPREDUCE-3433

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207756
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159247#comment-13159247 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Build #108 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/108/])
    Merge -r 1207754:1207755 from trunk to branch-0.23. Fixes: MAPREDUCE-3433

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207756
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13153266#comment-13153266 ] 

Hadoop QA commented on MAPREDUCE-3433:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12504250/MAPREDUCE-3433-jenkins.patch.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 7 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    -1 javac.  The applied patch generated 1775 javac compiler warnings (more than the trunk's current 1766 warnings).

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    -1 core tests.  The patch failed these unit tests:
                  org.apache.hadoop.mapreduce.v2.TestMRJobs
                  org.apache.hadoop.mapred.TestMiniMRClientCluster
                  org.apache.hadoop.mapred.TestClientRedirect
                  org.apache.hadoop.mapreduce.v2.TestUberAM

    +1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated MAPREDUCE-3433:
---------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

I've just committed this (including the change Alejandro suggested).
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Alejandro Abdelnur (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158933#comment-13158933 ] 

Alejandro Abdelnur commented on MAPREDUCE-3433:
-----------------------------------------------

+1. The only nit is that the TestStreamingCombiner test should be un-excluded, please do that as part of the commit.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159237#comment-13159237 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #879 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/879/])
    MAPREDUCE-3433. Finding counters by legacy group name returns empty counters.

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207755
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159096#comment-13159096 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1362 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1362/])
    MAPREDUCE-3433. Finding counters by legacy group name returns empty counters.

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207755
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159102#comment-13159102 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Mapreduce-0.23-Commit #238 (See [https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/238/])
    Merge -r 1207754:1207755 from trunk to branch-0.23. Fixes: MAPREDUCE-3433

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207756
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated MAPREDUCE-3433:
---------------------------------

    Status: Patch Available  (was: Open)
    
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159092#comment-13159092 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Common-0.23-Commit #227 (See [https://builds.apache.org/job/Hadoop-Common-0.23-Commit/227/])
    Merge -r 1207754:1207755 from trunk to branch-0.23. Fixes: MAPREDUCE-3433

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207756
Files : 
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159088#comment-13159088 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1412 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1412/])
    MAPREDUCE-3433. Finding counters by legacy group name returns empty counters.

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207755
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159089#comment-13159089 ] 

Hudson commented on MAPREDUCE-3433:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #1338 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1338/])
    MAPREDUCE-3433. Finding counters by legacy group name returns empty counters.

tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1207755
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/AbstractCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java
* /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml

                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.23.1, 0.24.0
>
>         Attachments: MAPREDUCE-3433-jenkins.patch.patch, MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-3433) Finding counters by legacy group name returns empty counters

Posted by "Tom White (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated MAPREDUCE-3433:
---------------------------------

    Attachment: MAPREDUCE-3433.patch

Here's a patch including a test which fails without the fix. Run 

svn mv hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCounters.java hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred

before applying.
                
> Finding counters by legacy group name returns empty counters
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-3433
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3433
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: client, mrv2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: MAPREDUCE-3433.patch
>
>
> Attempting to find counters with a legacy group name (e.g. org.apache.hadoop.mapred.Task$Counter rather than the new org.apache.hadoop.mapreduce.TaskCounter) returns empty counters. This causes TestStreamingCombiner to fail when run with YARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira