mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
committed by
Joe McDonnell
parent
5263d13112
commit
181fd94068
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user