mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
IMPALA-14606: Stop building impala-shell for Python 2
This patch stop setting up and building impala-shell for Python 2. A more thorough clean up will be done in the future. Testing: Pass build and test/shell/ in RHEL8. Change-Id: Ic7d59b283f4e2f011880ff6221d550b52714a538 Reviewed-on: http://gerrit.cloudera.org:8080/23750 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
1bddbefb2d
commit
3ed2a82a95
@@ -344,7 +344,9 @@ function setup_python2() {
|
||||
sudo dnf -y install python2-devel
|
||||
}
|
||||
|
||||
redhat8 setup_python2
|
||||
# IMPALA-14606: Stop building using Python 2 and always run with
|
||||
# IMPALA_USE_PYTHON3_TESTS=true.
|
||||
# redhat8 setup_python2
|
||||
redhat8 pip install --user argparse
|
||||
|
||||
# Point Python to Python 3 for Redhat 9 and Ubuntu 22, or newer
|
||||
|
||||
Reference in New Issue
Block a user