Peter Rozsa has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23160
Change subject: IMPALA-14215: Fix tarball creation for extra Python versions ...................................................................... IMPALA-14215: Fix tarball creation for extra Python versions make_shell_tarball.sh previously used the system Python to copy the required packages to each extra python versions. This caused version mismatches as the compiled modules are not portable between Python versions. This change modifies the logic to use the cache of the provided extra version instead of the system Python. Tests: - manually validated that each provided extra Python contains their respective compiled dependencies Change-Id: Iaee9b3a98b73fd1faf1b7c8ba4b388722add6fb4 --- M shell/packaging/make_shell_tarball.sh 1 file changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/23160/2 -- To view, visit http://gerrit.cloudera.org:8080/23160 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iaee9b3a98b73fd1faf1b7c8ba4b388722add6fb4 Gerrit-Change-Number: 23160 Gerrit-PatchSet: 2 Gerrit-Owner: Peter Rozsa <pro...@cloudera.com>