Skip to content

Commit

Permalink
change hive test version to 3.1.2 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
beltran committed Sep 1, 2019
1 parent 5441b2e commit 22079f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function wait_for_hive () {
function install_deps() {
if [ ! -d "dhive" ] ; then
git clone https://github.com/beltran/dhive
else
else
cd dhive
git fetch && git reset --hard origin/master
cd ..
Expand All @@ -37,8 +37,8 @@ function install_deps() {
sed -i.bak 's/python3/python3.6/g' ./Makefile

python3.6 -m pip install --user -r requirements.txt
sed -i.bak 's/hive_version.*/hive_version = 3.1.1/g' ./config/hive.cfg
sed -i.bak 's/hive_version.*/hive_version = 3.1.1/g' ./config/hive_and_kerberos.cfg
sed -i.bak 's/hive_version.*/hive_version = 3.1.2/g' ./config/hive.cfg
sed -i.bak 's/hive_version.*/hive_version = 3.1.2/g' ./config/hive_and_kerberos.cfg
sed -i.bak 's/hive.server2.thrift.sasl.qop.*/hive.server2.thrift.sasl.qop = auth-conf/g' ./config/hive_and_kerberos.cfg
popd
}
Expand Down

0 comments on commit 22079f1

Please sign in to comment.