[
https://issues.apache.org/jira/browse/IMPALA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16949015#comment-16949015
]
ASF subversion and git services commented on IMPALA-1071:
---------------------------------------------------------
Commit ba808f67ddb55639d468da1d06bcad0da332b9be in impala's branch
refs/heads/master from David Knupp
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=ba808f6 ]
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 that 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 would need to manually
upload official releases to the Python Package Index as appropriate.
Change-Id: Ib8c745bddddf6a16f0c039430152745a2f00e044
Reviewed-on: http://gerrit.cloudera.org:8080/14181
Reviewed-by: David Knupp <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Install impala-shell from PyPI
> ------------------------------
>
> Key: IMPALA-1071
> URL: https://issues.apache.org/jira/browse/IMPALA-1071
> Project: IMPALA
> Issue Type: Improvement
> Components: Clients
> Affects Versions: Impala 1.3.1
> Reporter: Shinya Okano
> Assignee: David Knupp
> Priority: Minor
> Labels: shell
>
> I want to install impala-shell from PyPI (Python Package Index).
> impala-shell appears to have been made with the Python module, a shell script
> a little.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]