You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2014/07/31 19:45:39 UTC

[jira] [Updated] (PIG-4088) TEZ-1346 breaks hadoop 2 compilation in trunk

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

Cheolsoo Park updated PIG-4088:
-------------------------------

    Attachment: PIG-4088-1.patch

Uploading a patch.

> TEZ-1346 breaks hadoop 2 compilation in trunk
> ---------------------------------------------
>
>                 Key: PIG-4088
>                 URL: https://issues.apache.org/jira/browse/PIG-4088
>             Project: Pig
>          Issue Type: Bug
>          Components: tez
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>             Fix For: 0.14.0
>
>         Attachments: PIG-4088-1.patch
>
>
> TEZ-1346 is not published into apache snapshot repo yet, but once it's, it will break Pig trunk-
> {code}
>     [javac] /Users/cheolsoop/workspace/pig-stash/src/org/apache/pig/backend/hadoop/executionengine/tez/PigProcessor.java:67: error: PigProcessor is not abstract and does not override abstract method initialize() in Processor
>     [javac] public class PigProcessor implements LogicalIOProcessor {
>     [javac]        ^
>     [javac] /Users/cheolsoop/workspace/pig-stash/src/org/apache/pig/backend/hadoop/executionengine/tez/PigProcessor.java:102: error: method does not override or implement a method from a supertype
>     [javac]     @Override
>     [javac]     ^
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)