You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2013/09/18 23:27:54 UTC

[jira] [Created] (OOZIE-1546) TestMapReduceActionExecutorUberJar.testMapReduceWithUberJarEnabled fails

Robert Kanter created OOZIE-1546:
------------------------------------

             Summary: TestMapReduceActionExecutorUberJar.testMapReduceWithUberJarEnabled fails
                 Key: OOZIE-1546
                 URL: https://issues.apache.org/jira/browse/OOZIE-1546
             Project: Oozie
          Issue Type: Bug
          Components: tests
    Affects Versions: 4.0.0, trunk
            Reporter: Robert Kanter
            Assignee: Robert Kanter


org.apache.oozie.action.hadoop.TestMapReduceActionExecutorUberJar.testMapReduceWithUberJarEnabled fails because OOZIE-1501 added a check that the Hadoop counter "MAP_OUTPUT_RECORDS" is 2. In the non-UberJar version of the test, this is 2 because the map outputs the 2 dummy inputs. In the UberJar version, we check what's in the classpath by outputting it from the map task as separate records; this means that the "MAP_OUTPUT_RECORDS" can vary depending on what's in the classpath.

--
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