Hello Alexey Serbin, Kudu Jenkins, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17327
to look at the new patch set (#2).
Change subject: [java] Add Kerberos-support to test harness
......................................................................
[java] Add Kerberos-support to test harness
MiniCluster supports Kerberos, but there was no simple way to enable
Kerberos through the test harness. This patch adds an @EnableKerberos
annotation that can be used on test methods to enable Kerberos on the
mini-cluster with the option to specify the service principal name.
Change-Id: I6f46c0b88594d978f87c344f53dffd06aad5b6e1
---
M java/kudu-test-utils/src/main/java/org/apache/kudu/test/KuduTestHarness.java
M
java/kudu-test-utils/src/main/java/org/apache/kudu/test/cluster/MiniKuduCluster.java
2 files changed, 32 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/17327/2
--
To view, visit http://gerrit.cloudera.org:8080/17327
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6f46c0b88594d978f87c344f53dffd06aad5b6e1
Gerrit-Change-Number: 17327
Gerrit-PatchSet: 2
Gerrit-Owner: Attila Bukor <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)