Peter Rozsa has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23160 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Csaba Ringhofer <[email protected]> Reviewed-by: Joe McDonnell <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M shell/packaging/make_shell_tarball.sh 1 file changed, 8 insertions(+), 1 deletion(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Csaba Ringhofer: Looks good to me, but someone else must approve Joe McDonnell: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: Iaee9b3a98b73fd1faf1b7c8ba4b388722add6fb4 Gerrit-Change-Number: 23160 Gerrit-PatchSet: 3 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]>
