Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18523
Change subject: IMPALA-10745 (part 2): Support Kerberos over HTTP for impala-shell ...................................................................... IMPALA-10745 (part 2): Support Kerberos over HTTP for impala-shell This patch adds kerberos-1.3.1 to shell/ext-py so that the egg file of Kerberos module is built and added into impala-shell tarball when run script shell/make_shell_tarball.sh. Testing: - Passed core run. - Installed impala-shell from impala-shell tarball on dev box as standalone package. Verified that impala-shell could be ran without additional configurations. - Installed impala-shell from impala-shell tarball on a real cluster with a full Kerberos setup. Verified that impala-shell could connect to impala server with options "-k --protocol=hs2-http". Change-Id: Id34074cbe725ba2cf1407fcf59e00475cd417a6d --- M bin/rat_exclude_files.txt A shell/ext-py/kerberos-1.3.1/MANIFEST.in A shell/ext-py/kerberos-1.3.1/PKG-INFO A shell/ext-py/kerberos-1.3.1/README.md A shell/ext-py/kerberos-1.3.1/kerberos.egg-info/PKG-INFO A shell/ext-py/kerberos-1.3.1/kerberos.egg-info/SOURCES.txt A shell/ext-py/kerberos-1.3.1/kerberos.egg-info/dependency_links.txt A shell/ext-py/kerberos-1.3.1/kerberos.egg-info/top_level.txt A shell/ext-py/kerberos-1.3.1/pysrc/kerberos.py A shell/ext-py/kerberos-1.3.1/setup.cfg A shell/ext-py/kerberos-1.3.1/setup.py A shell/ext-py/kerberos-1.3.1/src/base64.c A shell/ext-py/kerberos-1.3.1/src/base64.h A shell/ext-py/kerberos-1.3.1/src/kerberos.c A shell/ext-py/kerberos-1.3.1/src/kerberosbasic.c A shell/ext-py/kerberos-1.3.1/src/kerberosbasic.h A shell/ext-py/kerberos-1.3.1/src/kerberosgss.c A shell/ext-py/kerberos-1.3.1/src/kerberosgss.h A shell/ext-py/kerberos-1.3.1/src/kerberospw.c A shell/ext-py/kerberos-1.3.1/src/kerberospw.h 20 files changed, 3,603 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/18523/1 -- To view, visit http://gerrit.cloudera.org:8080/18523 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id34074cbe725ba2cf1407fcf59e00475cd417a6d Gerrit-Change-Number: 18523 Gerrit-PatchSet: 1 Gerrit-Owner: Wenzhe Zhou <[email protected]>
