[
https://issues.apache.org/jira/browse/PIG-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated PIG-179:
---------------------------
Resolution: Fixed
Fix Version/s: 0.1.0
Status: Resolved (was: Patch Available)
Fix checked in.
> On hadoop 0.16, some jobs using combiner fail with an NPE
> ---------------------------------------------------------
>
> Key: PIG-179
> URL: https://issues.apache.org/jira/browse/PIG-179
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.0.0
> Environment: Hadoop 0.16
> Reporter: Alan Gates
> Assignee: Alan Gates
> Fix For: 0.1.0
>
> Attachments: PIG-179.patch
>
>
> Some jobs (it appears to only be larger jobs) now fail with an NPE in the
> combiner code on this line:
> {code}
> PigSplit split =
> PigInputFormat.PigRecordReader.getPigRecordReader().getPigFileSplit();
> {code}
> Looking into the PigRecordReader a comment in the class indicates that, as
> implemented, it depends on the mapper and splitter (and in this case the
> combiner as well) running in the same thread. It seems that in some cases in
> hadoop 0.16 this is no longer the case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.