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

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

commit dbcd7d724cd855814b93d5291d7fb57a3b884889
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Nov 17 09:24:21 2022 -0800

    ATLAS-4712: fixed docker setup for Hive to avoid 'No such file or directory 
error'
    
    (cherry picked from commit 1ba7e6d66a6a02952930e5643f85824b09d8285c)
---
 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

Reply via email to