[
https://issues.apache.org/jira/browse/MAPREDUCE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847618#action_12847618
]
Tom White commented on MAPREDUCE-1486:
--------------------------------------
Sorry, meant to say "the configuration the map context uses does *not* have the
SKIP_RECORDS boolean parameter set correctly".
> Configuration data should be preserved within the same MapTask
> --------------------------------------------------------------
>
> Key: MAPREDUCE-1486
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1486
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: task
> Reporter: Aaron Kimball
> Assignee: Aaron Kimball
> Attachments: MAPREDUCE-1486.patch
>
>
> Map tasks involve a number of Contexts -- at least a TaskAttemptContext and a
> MapContext. These context objects contain a Configuration each; when one
> context is initialized, it initializes its own Configuration by deep-copying
> a previous Configuration.
> If one Context instance is used entirely prior to a second, more specific
> Context then the second Context should contain the configuration data
> initialized in the previous Context. This specifically affects the
> interaction between an InputFormat and its RecordReader instance(s).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.