You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2010/05/13 22:26:44 UTC

[jira] Created: (MAPREDUCE-1788) o.a.h.mapreduce.Job shouldn't make a copy of the JobConf

o.a.h.mapreduce.Job shouldn't make a copy of the JobConf
--------------------------------------------------------

                 Key: MAPREDUCE-1788
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1788
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 0.21.0
            Reporter: Arun C Murthy
            Assignee: Arun C Murthy
            Priority: Blocker


Having o.a.h.mapreduce.Job make a copy of the passed in JobConf has several issues: any modifications done by various pieces such as InputSplit etc. are not reflected back and causes issues for frameworks built on top.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.