[
https://issues.apache.org/jira/browse/HIVE-27929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17805052#comment-17805052
]
Sungwoo Park edited comment on HIVE-27929 at 1/10/24 10:18 AM:
---------------------------------------------------------------
Could someone suggest the Tez version or Tez commit that currently works with
branch-4.0?
In pom.xml in branch branch-4.0, we find:
<tez.version>0.10.2</tez.version>
I tried to build Hive on Tez using Tez release 0.10.2, and it failed.
I instead tried the latest commit in Tez master branch (TEZ-4039: Addendum: Tez
should inject dag id, query id into MDC), and I can build and run Metastore and
HiveServer2.
However, I see some strange error while loading 1TB TPC-DS ORC (which did not
occur when I tried Hive 4 last time). I don't think this is a problem related
to Tez, but just want to make sure that I try a combination of Hive and TEZ
that is known to work.
{code:java}
Caused by: org.apache.thrift.TApplicationException: Internal error processing
get_latest_txnid_in_conflict
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_latest_txnid_in_conflict(ThriftHiveMetastore.java:6404)
{code}
was (Author: glapark):
Could someone suggest the Tez version or Tez commit that currently works with
branch-4.0?
In pom.xml in branch branch-4.0, we find:
<tez.version>0.10.2</tez.version>
I tried to build Hive on Tez using Tez release 0.10.2, and it failed.
I instead tried the latest commit in Tez master branch (TEZ-4039: Addendum: Tez
should inject dag id, query id into MDC), and I can build and run Metastore and
HiveServer2.
However, I see some strange error while loading 1TB TPC-DS ORC (which did not
occur when I tried Hive 4 last time). I don't think this is a problem related
to Tez, but just want to make sure that I try a combination of Hive and TEZ
that is know to work.
{code:java}
Caused by: org.apache.thrift.TApplicationException: Internal error processing
get_latest_txnid_in_conflict
at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:79)
at
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_latest_txnid_in_conflict(ThriftHiveMetastore.java:6404)
{code}
> Run TPC-DS queries and validate results correctness
> ---------------------------------------------------
>
> Key: HIVE-27929
> URL: https://issues.apache.org/jira/browse/HIVE-27929
> Project: Hive
> Issue Type: Sub-task
> Reporter: Denys Kuzmenko
> Assignee: Simhadri Govindappa
> Priority: Major
>
> release branch: *branch-4.0*
> https://github.com/apache/hive/tree/branch-4.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)