Impala Public Jenkins has submitted this change and it was merged. ( 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 Python module to shell/ext-py so that the egg file of Kerberos module is built and added into impala-shell tarball when running script shell/make_shell_tarball.sh. Kerberos Python module is distributed under Apache License Version 2. Its source distribution is available at: https://pypi.org/project/kerberos/ 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 Reviewed-on: http://gerrit.cloudera.org:8080/18523 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Id34074cbe725ba2cf1407fcf59e00475cd417a6d Gerrit-Change-Number: 18523 Gerrit-PatchSet: 4 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
