Wenzhe Zhou has uploaded a new patch set (#2). ( 
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
---
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/2
--
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: newpatchset
Gerrit-Change-Id: Id34074cbe725ba2cf1407fcf59e00475cd417a6d
Gerrit-Change-Number: 18523
Gerrit-PatchSet: 2
Gerrit-Owner: Wenzhe Zhou <wz...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to