You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2007/11/19 20:21:43 UTC

[jira] Updated: (PIG-17) Make Pig work with Hadoop 0.15

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

Olga Natkovich updated PIG-17:
------------------------------

    Attachment: hadoop15.patch

> Make Pig work with Hadoop 0.15
> ------------------------------
>
>                 Key: PIG-17
>                 URL: https://issues.apache.org/jira/browse/PIG-17
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>            Priority: Critical
>         Attachments: hadoop15.patch
>
>
> Currently the code does not compile with hadoop 0.15. Also we might have to allign with configuration changes.
> This is due to the changes to hadoop interface that introduced templates:
> > Nightly/ws/pig/src/com/yahoo/pig/impl/mapreduceExec/
> > PigInputFormat.java :113:  
> > com.yahoo.pig.impl.mapreduceExec.PigInputFormat.PigRecordReader is not 
> > abstract and does not override abstract method next 
> > (org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable
> > ) in org.apache.hadoop.mapred.RecordReader
> >     [javac]     public static class PigRecordReader implements  
> > RecordReader {
> >     [javac]                   ^
> >     [javac] Note: Some input files use or override a deprecated API.
> >     [javac] Note: Recompile with -Xlint:deprecation for details.
> >     [javac] Note: Some input files use unchecked or unsafe operations.
> >     [javac] Note: Recompile with -Xlint:unchecked for details.
> >     [javac] 1 error

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