From 41ff0841354595debbb4a13123f7d3ee5901f679 Mon Sep 17 00:00:00 2001 From: kaka11chen Date: Wed, 14 Jun 2023 22:56:13 +0800 Subject: [PATCH] [Fix](multi-catalog) Fix hive transaction table regression test by adding hive-docker missing configurations. --- docker/thirdparties/docker-compose/hive/hadoop-hive.env.tpl.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/thirdparties/docker-compose/hive/hadoop-hive.env.tpl.tpl b/docker/thirdparties/docker-compose/hive/hadoop-hive.env.tpl.tpl index 887564bd5594c1..cd296c8feddecd 100644 --- a/docker/thirdparties/docker-compose/hive/hadoop-hive.env.tpl.tpl +++ b/docker/thirdparties/docker-compose/hive/hadoop-hive.env.tpl.tpl @@ -24,6 +24,8 @@ HIVE_SITE_CONF_hive_metastore_uris=thrift://doris--hive-metastore:9083 HDFS_CONF_dfs_namenode_datanode_registration_ip___hostname___check=false HIVE_SITE_CONF_hive_server2_thrift_bind_host=0.0.0.0 HIVE_SITE_CONF_hive_server2_thrift_port=10000 +HIVE_SITE_CONF_hive_compactor_initiator_on=true +HIVE_SITE_CONF_hive_compactor_worker_threads=2 CORE_CONF_hadoop_http_staticuser_user=root CORE_CONF_hadoop_proxyuser_hue_hosts=*