Hello Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/20170

to look at the new patch set (#2).

Change subject: IMPALA-11980: Move impala shell code to impala_shell 
subdirectory and use absolute_import
......................................................................

IMPALA-11980: Move impala shell code to impala_shell subdirectory and use 
absolute_import

This moves the impala shell code to the shell/impala_shell
subdirectory and fixes up the import paths. This uses absolute_import
from __future__, which forces the code to behave the same for
Python 2 and Python 3.

This has two benefits. First is that the custom __init__.py that
manipulates the PYTHONPATH in the pypi package is no longer
necessary. Second is that this brings the directory structure
closer to what we currently ship in the pypi package and simplifies
the pypi packaging script.

Change-Id: I80861db989834e519aa6afb4890eab75146dc093
---
M bin/impala-shell.sh
M shell/impala-shell
R shell/impala_shell/ImpalaHttpClient.py
R shell/impala_shell/TSSLSocketWithWildcardSAN.py
R shell/impala_shell/__init__.py
R shell/impala_shell/compatibility.py
R shell/impala_shell/cookie_util.py
R shell/impala_shell/impala_client.py
R shell/impala_shell/impala_shell.py
R shell/impala_shell/impala_shell_config_defaults.py
R shell/impala_shell/option_parser.py
R shell/impala_shell/shell_exceptions.py
R shell/impala_shell/shell_output.py
R shell/impala_shell/thrift_printer.py
R shell/impala_shell/value_converter.py
M shell/make_shell_tarball.sh
M shell/packaging/MANIFEST.in
D shell/packaging/__init__.py
M shell/packaging/make_python_package.sh
M tests/custom_cluster/test_hs2_fault_injection.py
M tests/custom_cluster/test_shell_interactive_reconnect.py
M tests/custom_cluster/test_thrift_socket.py
M tests/shell/test_cookie_util.py
M tests/shell/test_shell_client.py
M tests/shell/test_shell_commandline.py
M tests/shell/test_shell_interactive.py
M tests/shell/util.py
27 files changed, 54 insertions(+), 115 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/70/20170/2
--
To view, visit http://gerrit.cloudera.org:8080/20170
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I80861db989834e519aa6afb4890eab75146dc093
Gerrit-Change-Number: 20170
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to