Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20687 )
Change subject: IMPALA-12515: Clarify behavior with redundant system python ...................................................................... IMPALA-12515: Clarify behavior with redundant system python Clarifies the behavior building impala-shell tarball when one of the system pythons is also included in IMPALA_EXTRA_PACKAGE_PYTHONS. System python will always replace the same version from IMPALA_EXTRA_PACKAGE_PYTHONS, as system pythons are appended to the end. Updates make_shell_tarball to delete the old ext-py install when it would be replaced rather than relying on 'pip --upgrade', and iterates by python executable first to make that possible. Change-Id: I629bdab38d98c8c4232d4cae7b0429a5118d9ff7 Reviewed-on: http://gerrit.cloudera.org:8080/20687 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M shell/make_shell_tarball.sh 1 file changed, 24 insertions(+), 23 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20687 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I629bdab38d98c8c4232d4cae7b0429a5118d9ff7 Gerrit-Change-Number: 20687 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
