You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Steve Carlin (Code Review)" <ge...@cloudera.org> on 2021/07/07 23:05:24 UTC

[Impala-ASF-CR] IMPALA-10778: Allow impala-shell to connect directly to HS2

Hello Impala Public Jenkins, 

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

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

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

Change subject: IMPALA-10778: Allow impala-shell to connect directly to HS2
......................................................................

IMPALA-10778: Allow impala-shell to connect directly to HS2

Impala-shell already uses HS2 protocol to connect to Impalad. 
This commit allows impala-shell to connect to any server using
the hs2 protocol. This will be done via the "--strict" option.

When the "--strict" option is turned on, only features supported
by hs2 will work. For instance, "runtime-profile" is an impalad
specific feature and will be disabled.

Change-Id: I674a45640a4a7b3c9a577830dbc7b16a89865a9e
---
M fe/src/test/resources/hive-site.xml.py
M shell/impala_client.py
M shell/impala_shell.py
M shell/impala_shell_config_defaults.py
M shell/option_parser.py
M testdata/bin/run-hive-server.sh
M tests/common/impala_test_suite.py
M tests/common/test_dimensions.py
M tests/conftest.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
13 files changed, 531 insertions(+), 91 deletions(-)


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I674a45640a4a7b3c9a577830dbc7b16a89865a9e
Gerrit-Change-Number: 17660
Gerrit-PatchSet: 2
Gerrit-Owner: Steve Carlin <sc...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>