[
https://issues.apache.org/jira/browse/PIG-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14084831#comment-14084831
]
Cheolsoo Park edited comment on PIG-4100 at 8/4/14 4:06 PM:
------------------------------------------------------------
Sorry for the inconvenience. This is because of PIG-4098.
Tez snapshot jars are not published to maven yet, so you're seeing an error.
But it will be resolved as soon as Tez jenkin build run. One way to workaround
is to manually run {{mvn install -DskipTests}} with [Tez
trunk|https://github.com/apache/tez].
was (Author: cheolsoo):
Sorry for the inconvenience. This is because of PIG-4098.
Tez snapshot jars are not published to maven yet, so you're seeing an error.
But it will be resolved soon as soon as Tez jenkin build run. One way to
workaround is to manually run {{mvn install -DskipTests}} with [Tez
trunk|https://github.com/apache/tez].
> TEZ bug broke hadoop compilation 2 in trunk
> -------------------------------------------
>
> Key: PIG-4100
> URL: https://issues.apache.org/jira/browse/PIG-4100
> Project: Pig
> Issue Type: Bug
> Components: tez
> Reporter: Quang-Nhat HOANG-XUAN
> Priority: Minor
> Fix For: 0.14.0
>
>
> Cannot compile pig trunk (with parameter -Dhadoopversion=23) due to this error
> [javac]
> /home/hoang/DATA/trunk-test/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezDagBuilder.java:594:
> error: cannot find symbol
> [javac] vertex.setLocationHint(new
> VertexLocationHint(tezOp.getLoaderInfo().getInputSplitInfo().getTaskLocationHints()));
> [javac] ^
> [javac] symbol: method setLocationHint(VertexLocationHint)
> [javac] location: variable vertex of type Vertex
--
This message was sent by Atlassian JIRA
(v6.2#6252)