Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17660
Change subject: IMPALA-10778: ...................................................................... IMPALA-10778: 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, 528 insertions(+), 92 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/17660/1 -- 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: newchange Gerrit-Change-Id: I674a45640a4a7b3c9a577830dbc7b16a89865a9e Gerrit-Change-Number: 17660 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
