Joe McDonnell has posted comments on this change. ( http://gerrit.cloudera.org:8080/20073 )
Change subject: PROTOTYPE: IMPALA-11961/IMPALA-12207: Add Redhat 9 / Ubuntu 22 support ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/20073/2/shell/CMakeLists.txt File shell/CMakeLists.txt: http://gerrit.cloudera.org:8080/#/c/20073/2/shell/CMakeLists.txt@56 PS2, Line 56: add_custom_command(OUTPUT "${PYTHON3_VENV}" : COMMAND "$ENV{IMPALA_SYSTEM_PYTHON3}" -m venv "${PYTHON3_VENV}" This is a problem on Ubuntu 16, perhaps because Ubuntu 16 uses python 3.5. Ubuntu 18 is fine. Ubuntu 20 is fine. I haven't tried Centos 7. This might require detecting the Python version and using this only for newer distributions. -- 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: comment Gerrit-Change-Id: If1fcdb2f8c635ecd6dc7a8a1db81f5f389c78b86 Gerrit-Change-Number: 20073 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Comment-Date: Wed, 14 Jun 2023 23:54:06 +0000 Gerrit-HasComments: Yes
