Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17327 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/17327 Tested-by: Attila Bukor <[email protected]> Reviewed-by: Attila Bukor <[email protected]> --- M java/kudu-client/src/test/java/org/apache/kudu/client/TestSecurity.java 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 3 files changed, 41 insertions(+), 3 deletions(-) Approvals: Attila Bukor: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I6f46c0b88594d978f87c344f53dffd06aad5b6e1 Gerrit-Change-Number: 17327 Gerrit-PatchSet: 5 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
