Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23999 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/23999 Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M bin/bootstrap_build.sh M bin/bootstrap_system.sh M bin/create-test-configuration.sh M bin/impala-python3-common.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 11 files changed, 19 insertions(+), 158 deletions(-) Approvals: Joe McDonnell: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Ibe36d2b2a1464a5abb4fd1599e57cae2db45fbda Gerrit-Change-Number: 23999 Gerrit-PatchSet: 10 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
