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

Quang-Nhat HOANG-XUAN commented on PIG-4100:
--------------------------------------------

Hi, After checking out, I tried to build by "ant -Dhadoopversion=23" and still 
got these errors:

[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
    [javac] 
/home/hoang/DATA/trunk-test/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezLauncher.java:80:
 error: cannot find symbol
    [javac]             
pc.getProperties().setProperty(TezRuntimeConfiguration.TEZ_RUNTIME_OPTIMIZE_LOCAL_FETCH,
 "true");
    [javac]                                                                   ^
    [javac]   symbol:   variable TEZ_RUNTIME_OPTIMIZE_LOCAL_FETCH
    [javac]   location: class TezRuntimeConfiguration
    [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] 2 errors
    [javac] 3 warnings

> 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)

Reply via email to