[ 
https://issues.apache.org/jira/browse/CRUNCH-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Josh Wills resolved CRUNCH-160.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5.0

Committed. Thanks Micah!
                
> 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
>             Fix For: 0.5.0
>
>         Attachments: CRUNCH-160.patch
>
>
> 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