You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2008/12/20 00:32:44 UTC

[jira] Updated: (PIG-573) Changes to make Pig run with Hadoop 19

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

Pradeep Kamath updated PIG-573:
-------------------------------

    Attachment: hadoop19.jar
                PIG-573-combinerflag.patch
                PIG-573.patch

PIG-573.patch contains the main changes for hadoop19. Essentially the changes were to reflect the renaming of org.apache.hadoop.dfs as org.apache.hadoop.hdfs, use of correct api in case of  deprecated ones and change in build.xml to use hadoop19.jar.

Caveats:
1) http://issues.apache.org/jira/browse/PIG-563 has a change in JobControlCompiler to remove the use of "jobConf.setCombineOnceOnly(true)". So if PIG-573.patch needs to be used BEFORE PIG-563 is committed, PIG-573-combinerflag.patch should also be used to get this change.
2) PIG-573 depends on a hadoop19.jar being present in lib dir. I have attached a hadoop19.jar for use.
3) Changes are needed in the combiner to work with this patch - those changes are in http://issues.apache.org/jira/browse/PIG-563

> Changes to make Pig run with Hadoop 19
> --------------------------------------
>
>                 Key: PIG-573
>                 URL: https://issues.apache.org/jira/browse/PIG-573
>             Project: Pig
>          Issue Type: Task
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>            Assignee: Pradeep Kamath
>             Fix For: types_branch
>
>         Attachments: hadoop19.jar, PIG-573-combinerflag.patch, PIG-573.patch
>
>
> This issue tracks changes to Pig code to make it work with Hadoop-0.19.x

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