Josh Wills created CRUNCH-160:
---------------------------------

             Summary: CrunchInputFormat needs to create a new Configuration 
object for each delegate InputFormat
                 Key: CRUNCH-160
                 URL: https://issues.apache.org/jira/browse/CRUNCH-160
             Project: Crunch
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.4.0
            Reporter: Josh Wills
            Assignee: Josh Wills


In Hadoop 2.x.x, the Job object no longer creates a copy of a Configuration 
object that it is passed. This is a problem for the CrunchInputFormat, which 
assumes that it does (as it does in Hadoop 1.0.x). We need to update the 
CrunchInputFormat to create a copy of the Configuration object itself and 
configure it before passing it to a new Job object.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to