Hello Greg Rahn, Tianyi Wang, Michael Brown, Gabor Kaszab, Fredy Wijaya, Jim
Apple, Nithya Janarthanan, Philip Zeyliger, Csaba Ringhofer,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9771
to look at the new patch set (#4).
Change subject: IMPALA-1071: Distributable python package for impala-shell
......................................................................
IMPALA-1071: Distributable python package for impala-shell
The patch adds a set of scripts for converting the impala-shell
into a true distributable python package. The package can be
installed using familiar python commands, e.g.:
$ python setup.py (install|develop)
or
$ pip install -e /path/to/dist/dir
The entry point script, make_python_package.sh, will run as a
part of the standard sequence of steps the results from calling
buildall.sh, and will produce a gzipped tarball inside of
Impala/shell/dist as an artifact. Thereafter, make_python_package.sh
can be run manually any time.
The expectation is that an official maintainer will also upload
official releases to the Python Package Index as appropriate.
Change-Id: I0422e0c95101400f841ba407a7bd1b2b12d363e0
---
M shell/impala_shell.py
M shell/make_shell_tarball.sh
A shell/packaging/MANIFEST.in
A shell/packaging/README.md
A shell/packaging/make_python_package.sh
A shell/packaging/requirements.txt
A shell/packaging/setup.py
7 files changed, 292 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/9771/4
--
To view, visit http://gerrit.cloudera.org:8080/9771
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0422e0c95101400f841ba407a7bd1b2b12d363e0
Gerrit-Change-Number: 9771
Gerrit-PatchSet: 4
Gerrit-Owner: David Knupp <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Fredy Wijaya <[email protected]>
Gerrit-Reviewer: Gabor Kaszab <[email protected]>
Gerrit-Reviewer: Greg Rahn <[email protected]>
Gerrit-Reviewer: Jim Apple <[email protected]>
Gerrit-Reviewer: Michael Brown <[email protected]>
Gerrit-Reviewer: Nithya Janarthanan <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>
Gerrit-Reviewer: Tianyi Wang <[email protected]>