Prasanth Jayachandran created HIVE-11674: --------------------------------------------
Summary: LLAP: Update tez version to fix build Key: HIVE-11674 URL: https://issues.apache.org/jira/browse/HIVE-11674 Project: Hive Issue Type: Sub-task Affects Versions: llap Reporter: Prasanth Jayachandran Assignee: Prasanth Jayachandran With tez version 0.8.0-SNAPSHOT the llap branch build is broken. Throws the following exception {code} work/hive/hive-git/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionState.java:[60,41] package org.apache.tez.serviceplugins.api does not exist [ERROR] /work/hive/hive-git/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionState.java:[61,41] package org.apache.tez.serviceplugins.api does not exist [ERROR] /work/hive/hive-git/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionState.java:[62,41] package org.apache.tez.serviceplugins.api does not exist [ERROR] /work/hive/hive-git/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionState.java:[63,41] package org.apache.tez.serviceplugins.api does not exist [ERROR] /work/hive/hive-git/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java:[111,37] cannot find symbol [ERROR] symbol: class VertexExecutionContext [ERROR] location: class org.apache.tez.dag.api.Vertex [ERROR] /work/hive/hive-git/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java:[673,11] cannot find symbol 7:10 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)