Michael Smith has uploaded this change for review. ( 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 --- M shell/make_shell_tarball.sh 1 file changed, 24 insertions(+), 23 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/20687/1 -- 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: newchange Gerrit-Change-Id: I629bdab38d98c8c4232d4cae7b0429a5118d9ff7 Gerrit-Change-Number: 20687 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
