IMPALA-8373: Test impala-shell with python3

Sets up a python3 virtualenv, installs impala-shell into it, and runs
tests.

Change-Id: I8e123aecd53a7ded44a7da7eb8c8b853cebbfc56
Reviewed-on: http://gerrit.cloudera.org:8080/18588
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
Tested-by: Joe McDonnell <joemcdonnell@cloudera.com>
This commit is contained in:
Michael Smith
2022-06-02 16:02:06 -07:00
committed by Joe McDonnell
parent 5263d13112
commit 181fd94068
7 changed files with 21 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ set -euxo pipefail
# Install non-java dependencies:
sudo apt-get update
sudo apt-get --yes install g++ gcc git libsasl2-dev libssl-dev make \
python-dev python-setuptools libffi-dev libkrb5-dev
python-dev python-setuptools python3-dev libffi-dev libkrb5-dev
source /etc/lsb-release