Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20073
Change subject: PROTOTYPE: IMPALA-11961/IMPALA-12207: Add Redhat 9 / Ubuntu 22 support ...................................................................... PROTOTYPE: IMPALA-11961/IMPALA-12207: Add Redhat 9 / Ubuntu 22 support This adds support for Redhat 9 / Ubuntu 22. It updates to a newer toolchain that has those builds, and it adds supporting code in bootstrap_system.sh. Redhat 9 and Ubuntu 22 use python = python3, which requires various changes to build scripts and tests. Ubuntu 22 uses Python 3.10, which deprecates certain ssl.PROTOCOL_TLS, so this adapts test_client_ssl.py to that change until it can be fully addressed. Various OpenSSL methods have been deprecated. As a workaround until these can be addressed properly, this specifies -Wno-deprecated-declarations. This can be removed once the code can use the non-deprecated APIs on OpenSSL 3. Impala crashes with tcmalloc errors unless we update to a newer gperftools, so this moves to gperftools 2.8.1. This is still under development, but it can build, load data, and run tests. Change-Id: If1fcdb2f8c635ecd6dc7a8a1db81f5f389c78b86 --- M be/CMakeLists.txt M bin/bootstrap_system.sh M bin/bootstrap_toolchain.py M bin/impala-config.sh M docker/CMakeLists.txt M docker/entrypoint.sh M fe/src/test/java/org/apache/impala/customcluster/LdapImpalaShellTest.java M lib/python/impala_py_lib/jenkins/junitxml_prune_notrun.py M shell/CMakeLists.txt M tests/custom_cluster/test_client_ssl.py 10 files changed, 116 insertions(+), 60 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/73/20073/1 -- To view, visit http://gerrit.cloudera.org:8080/20073 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If1fcdb2f8c635ecd6dc7a8a1db81f5f389c78b86 Gerrit-Change-Number: 20073 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
