You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (Commented) (JIRA)" <ji...@apache.org> on 2012/03/02 09:24:01 UTC

[jira] [Commented] (PIG-2546) build and publish Pig artifacts compiled against Hadoop 0.23

    [ https://issues.apache.org/jira/browse/PIG-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220764#comment-13220764 ] 

Daniel Dai commented on PIG-2546:
---------------------------------

Fix version was 0.9.2, since I close 0.9.2 tag, Jira move all 0.9.2 issues to 0.10. Feel free to correct it.
                
> build and publish Pig artifacts compiled against Hadoop 0.23
> ------------------------------------------------------------
>
>                 Key: PIG-2546
>                 URL: https://issues.apache.org/jira/browse/PIG-2546
>             Project: Pig
>          Issue Type: Task
>          Components: build
>    Affects Versions: 0.9.2
>            Reporter: Alejandro Abdelnur
>            Priority: Critical
>             Fix For: 0.10
>
>
> The pig JAR available in Apache Maven repo has been compiled with a version of Hadoop prior to 0.23.
> This JAR cannot be used to run Pig against Hadoop 0.23 because of changes in the JobControl API [ie the JobControl.addJob(Job) method now is JobControl.addJob(ControlledJob), and while Job implements ControlledJob, because ControlledJob is an interface, the generated bytecode for the signature is different).
> I assume we'll need 2 different versions of the JARs, one for pre 0.23 and one for post 0.23.
> This affects Oozie integration with Hadoop 0.23

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira