You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2020/02/05 16:27:25 UTC

[Impala-ASF-CR] IMPALA-9361: manually configured kerberized minicluster

Tim Armstrong has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/15159 )

Change subject: IMPALA-9361: manually configured kerberized minicluster
......................................................................

IMPALA-9361: manually configured kerberized minicluster

The kerberized minicluster is enabled by setting
IMPALA_KERBERIZE=true in impala-config-*.sh.

After setting it you must run ./bin/create-test-configuration.sh
then restart minicluster.

This adds a script to partially automate setup of a local KDC,
in lieu of the unmaintained minikdc support (which has been ripped
out).

Testing:
I was able to run some queries against pre-created HDFS tables
with kerberos enabled.

Change-Id: Ib34101d132e9c9d59da14537edf7d096f25e9bee
---
M bin/bootstrap_toolchain.py
M bin/create-test-configuration.sh
M bin/impala-config.sh
A bin/kerberos/README-kerberos.md
A bin/kerberos/experimental-kerberos-setup.sh
M buildall.sh
M fe/src/test/resources/hive-site.xml.py
D testdata/bin/minikdc.sh
M testdata/bin/minikdc_env.sh
M testdata/bin/run-all.sh
M testdata/bin/run-hbase.sh
M testdata/cluster/admin
M testdata/cluster/node_templates/common/etc/hadoop/conf/core-site.xml.py
M testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.py
14 files changed, 183 insertions(+), 300 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/59/15159/3
-- 
To view, visit http://gerrit.cloudera.org:8080/15159
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib34101d132e9c9d59da14537edf7d096f25e9bee
Gerrit-Change-Number: 15159
Gerrit-PatchSet: 3
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>