FYI, Hadoop 0.15.1 is about to be put out for a vote. It contains 1 incompatibility from Hadoop 0.15 to consider:

http://issues.apache.org/jira/browse/HADOOP-713

HADOOP-713. Reduce CPU usage on namenode while listing directories. FileSystem.listPaths does not return the size of the entire subtree. Introduced a new API ClientProtocol.getContentLength that returns the
    size of the subtree. (Dhruba Borthakur via dhruba)

Nige

On Nov 19, 2007, at 12:08 PM, Olga Natkovich (JIRA) wrote:


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

Olga Natkovich commented on PIG-17:
-----------------------------------

If I don't see any objections, I will commit the patch tomorrow moring.

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.Writab le
) 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.


Reply via email to