From 140b7805c41dbf492f0f22b11787c01fe2f02892 Mon Sep 17 00:00:00 2001 From: Assaf Liebstein Date: Wed, 1 Jul 2020 15:00:20 +0300 Subject: [PATCH] fix(hive):add metastore_uri to init (#340) --- docker/hive/init-hive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/hive/init-hive.sh b/docker/hive/init-hive.sh index 3cac151dd..74e789f56 100755 --- a/docker/hive/init-hive.sh +++ b/docker/hive/init-hive.sh @@ -48,7 +48,7 @@ cat >${HIVE_HOME}/conf/hive-site.xml < hive.metastore.uris - thrift://localhost:${METASTORE_PORT} + thrift://${METASTORE_URI:-localhost}:${METASTORE_PORT:-9083} hive.server2.thrift.port