[
https://issues.apache.org/jira/browse/HIVE-29566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor reassigned HIVE-29566:
-----------------------------------
Assignee: László Bodor
> Tez client creation fails with docker LLAP mode on client reconnect - metrics
> problem inside LlapTaskSchedulerService
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-29566
> URL: https://issues.apache.org/jira/browse/HIVE-29566
> Project: Hive
> Issue Type: Bug
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
>
> This is a follow-up after HIVE-29411 for the problem discovered as:
> https://github.com/apache/hive/pull/6390#issuecomment-4148486357
> repro is most probably as below:
> {code}
> docker-compose down --rmi local # cleanup previous containers and images
> export POSTGRES_LOCAL_PATH=... # set the path to the postgres driver jar on
> the host machine
> ./build.sh -hive 4.2.0 -hadoop 3.4.1 -tez 0.10.5 # build image from the
> common Dockerfile
> ./start-hive.sh --llap
> beeline -u 'jdbc:hive2://localhost:10000/'
> DROP table IF EXISTS iceberg_table; CREATE TABLE iceberg_table (id BIGINT)
> STORED BY iceberg; INSERT INTO iceberg_table VALUES(1);
> # quit from beeline and reconnect
> beeline -u 'jdbc:hive2://localhost:10000/'
> DROP table IF EXISTS iceberg_table; CREATE TABLE iceberg_table (id BIGINT)
> STORED BY iceberg; INSERT INTO iceberg_table VALUES(1);
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)