You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Zhijie Shen (JIRA)" <ji...@apache.org> on 2013/06/16 20:09:19 UTC

[jira] [Created] (MAPREDUCE-5327) TestMRJobs and TestUberAM fail at verifying counters

Zhijie Shen created MAPREDUCE-5327:
--------------------------------------

             Summary: TestMRJobs and TestUberAM fail at verifying counters
                 Key: MAPREDUCE-5327
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5327
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Zhijie Shen
            Priority: Critical


See the test report in YARN-829 and YARN-830:
* https://builds.apache.org/job/PreCommit-YARN-Build/1269//testReport/
* https://builds.apache.org/job/PreCommit-YARN-Build/1270//testReport/

The failure seems to be related to:

{code}
Assert
        .assertTrue(counters.findCounter(JobCounter.SLOTS_MILLIS_MAPS) != null
            && counters.findCounter(JobCounter.SLOTS_MILLIS_MAPS).getValue() != 0);
{code}

in TestMRJobs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira