Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23999
to look at the new patch set (#6).
Change subject: IMPALA-14620 (part 2): Fix code to use 'python3' rather than
'python'
......................................................................
IMPALA-14620 (part 2): Fix code to use 'python3' rather than 'python'
This changes bootstrap to stop installing Python 2. It
also stops setting 'python' to refer to 'python3'. It
adjusts scripts to point to python3 rather than python.
For certain unused scripts (e.g. for the Docker-based
tests), it leaves them using python with the understanding
that they can be updated when revived (and may need other
changes to adjust to Python 3).
Testing:
- Ran core jobs on Ubuntu 20 and Redhat 8 / 9
Change-Id: Ibe36d2b2a1464a5abb4fd1599e57cae2db45fbda
---
M bin/bootstrap_build.sh
M bin/bootstrap_system.sh
M bin/create-test-configuration.sh
M common/thrift/CMakeLists.txt
M docker/entrypoint.sh
M fe/src/test/java/org/apache/impala/customcluster/LdapImpalaShellTest.java
M testdata/bin/download-impala-jdbc-driver.sh
M testdata/bin/jwt-generate.sh
M testdata/bin/setup-ranger.sh
M testdata/cluster/ranger/install.properties.template
10 files changed, 18 insertions(+), 157 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/99/23999/6
--
To view, visit http://gerrit.cloudera.org:8080/23999
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibe36d2b2a1464a5abb4fd1599e57cae2db45fbda
Gerrit-Change-Number: 23999
Gerrit-PatchSet: 6
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>