David Knupp has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/9771


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 the
part of the standard sequence of steps the result from calling
buildall.sh, and will produce a gzipped tarball inside of
Impala/shell/dist as an artifact. The packaging script can also
be run manually anytime thereafter.

The expecation 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, 268 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/9771/2
--
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: newchange
Gerrit-Change-Id: I0422e0c95101400f841ba407a7bd1b2b12d363e0
Gerrit-Change-Number: 9771
Gerrit-PatchSet: 2
Gerrit-Owner: David Knupp <[email protected]>

Reply via email to