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 "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2016/01/22 11:21:39 UTC

[jira] [Created] (MAPREDUCE-6614) Remove unnecessary code in TestMapreduceConfigFields

Akira AJISAKA created MAPREDUCE-6614:
----------------------------------------

             Summary: Remove unnecessary code in TestMapreduceConfigFields
                 Key: MAPREDUCE-6614
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6614
             Project: Hadoop Map/Reduce
          Issue Type: Test
          Components: test
            Reporter: Akira AJISAKA
            Priority: Minor


In branch-2, the following code can be removed because these parameters are in both mapred-default.xml and MRJobConfig.java.
{code:title=TestMapreduceConfigFields.java}
    xmlPropsToSkipCompare.add("mapreduce.reduce.skip.proc-count.auto-incr");
    xmlPropsToSkipCompare.add("mapreduce.map.skip.proc-count.auto-incr");
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)