Description
In branch-2, the following code can be removed because these parameters are in both mapred-default.xml and MRJobConfig.java.
TestMapreduceConfigFields.java
xmlPropsToSkipCompare.add("mapreduce.reduce.skip.proc-count.auto-incr"); xmlPropsToSkipCompare.add("mapreduce.map.skip.proc-count.auto-incr");
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-6605 Fix typos mapreduce.map.skip.proc.count.autoincr and mapreduce.reduce.skip.proc.count.autoincr in mapred-default.xml
- Resolved