[
https://issues.apache.org/jira/browse/TEZ-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272052#comment-14272052
]
Jonathan Eagles commented on TEZ-1421:
--------------------------------------
Still can't reproduce this. The exception above requires running old combiner
which is prevented for me while running word count.
{quote}
java.io.IOException: mapreduce.job.map.class is incompatible with map
compatability mode.
at org.apache.hadoop.mapreduce.Job.ensureNotSet(Job.java:1189)
at org.apache.hadoop.mapreduce.Job.setUseNewAPI(Job.java:1225)
at org.apache.hadoop.mapreduce.Job.submit(Job.java:1278)
at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:1303)
at org.apache.hadoop.examples.WordCount.main(WordCount.java:84)
{quote}
Can you post hadoop version and version of hadoop tez is compiled against and
any configuration that allows this scenario to occur?
> MRCombiner throws NPE in MapredWordCount on master branch
> ---------------------------------------------------------
>
> Key: TEZ-1421
> URL: https://issues.apache.org/jira/browse/TEZ-1421
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Tsuyoshi OZAWA
> Priority: Blocker
>
> I tested MapredWordCount against 70GB generated by RandowTextWriter. When a
> Combiner runs, it throws NPE. It looks setCombinerClass doesn't work
> correctly.
> {quote}
> Caused by: java.lang.RuntimeException: java.lang.NullPointerException
> at
> org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:131)
> at
> org.apache.tez.mapreduce.combine.MRCombiner.runOldCombiner(MRCombiner.java:122)
> at org.apache.tez.mapreduce.combine.MRCombiner.combine(MRCombiner.java:112)
> at
> org.apache.tez.runtime.library.common.shuffle.impl.MergeManager.runCombineProcessor(MergeManager.java:472)
> at
> org.apache.tez.runtime.library.common.shuffle.impl.MergeManager$InMemoryMerger.merge(MergeManager.java:605)
> at
> org.apache.tez.runtime.library.common.shuffle.impl.MergeThread.run(MergeThread.java:89)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)