From 2d1584473812ae4b0be56560fcab40ddcdd67eb8 Mon Sep 17 00:00:00 2001 From: yi linwei Date: Thu, 12 Oct 2023 09:00:37 +0800 Subject: [PATCH] Corrected wrong hive-site.xml hive.metastore.warehouse.dir, this configuration item is configured incorrectly, causing the configuration item to not take effect. --- packaging/src/docker/conf/hive-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/src/docker/conf/hive-site.xml b/packaging/src/docker/conf/hive-site.xml index d382d489efc5..89823059eb7d 100644 --- a/packaging/src/docker/conf/hive-site.xml +++ b/packaging/src/docker/conf/hive-site.xml @@ -53,7 +53,7 @@ tez - metastore.warehouse.dir + hive.metastore.warehouse.dir /opt/hive/data/warehouse