Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20099
Change subject: PROTOTYPE #2 IMPALA-12220: Build impala-shell tarball using pip install ...................................................................... PROTOTYPE #2 IMPALA-12220: Build impala-shell tarball using pip install This is a more radical approach than the initial prototype for IMPALA-12220. It replaces our build of individual ext-py dependencies with an invocation of pip install with impala-shell's requirements.txt. It builds on the work in IMPALA-11399. Going this way would simplify our shell build dramatically, but it is a more disruptive change. The next steps for this would be to remove ext-py like IMPALA-11399 does and remove the locations that reference ext-py. Testing: - shell tests pass Change-Id: I0d1dd804981bc102862c743bdf26d689553f4668 --- M shell/CMakeLists.txt M shell/impala-shell M shell/make_shell_tarball.sh M shell/packaging/requirements.txt 4 files changed, 67 insertions(+), 90 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/99/20099/1 -- To view, visit http://gerrit.cloudera.org:8080/20099 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0d1dd804981bc102862c743bdf26d689553f4668 Gerrit-Change-Number: 20099 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
