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 02:31:40 UTC

[jira] [Updated] (PIG-4085) TEZ-1303 broke hadoop 2 compilation in trunk

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

Cheolsoo Park updated PIG-4085:
-------------------------------

    Attachment: PIG-4085-1.patch

Uploading a patch.

> TEZ-1303 broke hadoop 2 compilation in trunk
> --------------------------------------------
>
>                 Key: PIG-4085
>                 URL: https://issues.apache.org/jira/browse/PIG-4085
>             Project: Pig
>          Issue Type: Bug
>          Components: tez
>            Reporter: Cheolsoo Park
>             Fix For: 0.14.0
>
>         Attachments: PIG-4085-1.patch
>
>
> {code}
>     [javac] /Users/cheolsoop/workspace/pig-apache/src/org/apache/pig/backend/hadoop/executionengine/tez/PartitionerDefinedVertexManager.java:45: error: PartitionerDefinedVertexManager is not abstract and does not override abstract method initialize() in VertexManagerPlugin
>     [javac] public class PartitionerDefinedVertexManager extends VertexManagerPlugin {
>     [javac]        ^
>     [javac] /Users/cheolsoop/workspace/pig-apache/src/org/apache/pig/backend/hadoop/executionengine/tez/PartitionerDefinedVertexManager.java:53: 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)