[
https://issues.apache.org/jira/browse/HADOOP-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley updated HADOOP-1251:
----------------------------------
Attachment: get-input-split.patch
This patch moves the getInputSplit from a static method on the TaskTracker to a
non-static method on the Reporter. My intention is that getInputSplit will
eventually move to the context method along with the rest of the Reporter
methods.
This patch also removes the Reporter subclass in the record io testing that was
reimplementing Reporter.NULL.
> A method to get the InputSplit from a Mapper
> --------------------------------------------
>
> Key: HADOOP-1251
> URL: https://issues.apache.org/jira/browse/HADOOP-1251
> Project: Hadoop
> Issue Type: New Feature
> Components: mapred
> Affects Versions: 0.12.3
> Reporter: Owen O'Malley
> Assigned To: Owen O'Malley
> Fix For: 0.13.0
>
> Attachments: get-input-split.patch, get-input-split.patch
>
>
> I need a way to get the InputSplit from a Mapper. This is effectively a stop
> gap until we get context objects and can fix this much better. *smile* I
> introduce a static method in the TaskTracker named getInputSplit() that
> returns the InputSplit.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.