Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18493
Change subject: IMPALA-10745: Support Kerberos over HTTP for impala-shell ...................................................................... IMPALA-10745: Support Kerberos over HTTP for impala-shell This patch ports the implementation of GSSAPI authentication over http transport from Impyla to impala-shell. The implementation adds a new dependency on 'kerberos' python module, which is a pip-installed module distributed under Apache License Version 2. When using impala-shell with Kerberos over http, it is assumed that the host has a preexisting kinit-cached Kerberos ticket that impala-shell can pass to the server automatically without the user to reenter the password. Testing: - Passed core tests. - Tested manually on a real cluster with a full Kerberos setup. Change-Id: Ia59ba4004490735162adbd468a00a962165c5abd --- M infra/python/deps/requirements.txt M shell/ImpalaHttpClient.py M shell/impala_client.py M shell/impala_shell.py M shell/packaging/requirements.txt M shell/shell_exceptions.py 6 files changed, 183 insertions(+), 80 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/18493/1 -- To view, visit http://gerrit.cloudera.org:8080/18493 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia59ba4004490735162adbd468a00a962165c5abd Gerrit-Change-Number: 18493 Gerrit-PatchSet: 1 Gerrit-Owner: Wenzhe Zhou <[email protected]>
