You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2022/11/18 18:08:39 UTC

[atlas] 01/02: ATLAS-4712: fixed docker setup for Hive to avoid 'No such file or directory error'

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 1ba7e6d66a6a02952930e5643f85824b09d8285c
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Thu Nov 17 09:24:21 2022 -0800

    ATLAS-4712: fixed docker setup for Hive to avoid 'No such file or directory error'
---
 dev-support/atlas-docker/scripts/atlas-hive-setup.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-support/atlas-docker/scripts/atlas-hive-setup.sh b/dev-support/atlas-docker/scripts/atlas-hive-setup.sh
index f92b8c597..db509eac7 100755
--- a/dev-support/atlas-docker/scripts/atlas-hive-setup.sh
+++ b/dev-support/atlas-docker/scripts/atlas-hive-setup.sh
@@ -40,6 +40,3 @@ su -c "${HIVE_HOME}/bin/schematool -dbType postgres -initSchema" hive
 mkdir -p /opt/hive/logs
 chown -R hive:hadoop /opt/hive/
 chmod g+w /opt/hive/logs
-
-cd ${ATLAS_HOME}/atlas-hive-plugin
-./enable-hive-plugin.sh