Skip to content

Commit

Permalink
Use apply-site-xml-override from image
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Feb 29, 2020
1 parent cf033ed commit 1cebd1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.

This file was deleted.

Expand Up @@ -11,7 +11,7 @@ DIR="${BASH_SOURCE%/*}"

echo "[$(date)] $0: configuring hadoop services"

${DIR}/apply-site-xml-override.sh /etc/hive/conf/hive-site.xml "${DIR}/hive-site-overrides.xml" || fail "Could not apply hive-site-overrides.xml"
apply-site-xml-override /etc/hive/conf/hive-site.xml "${DIR}/hive-site-overrides.xml" || fail "Could not apply hive-site-overrides.xml"

echo "[$(date)] $0: starting hadoop services"
set -x
Expand Down

This file was deleted.

0 comments on commit 1cebd1c

Please sign in to comment.