Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16940 )
Change subject: [java] Add JAAS example to client API doc ...................................................................... [java] Add JAAS example to client API doc The AsyncKuduClient class documents how to connect to a secure Kudu cluster using ticket cache or using a keytab when the application is using hadoop-common libraries. We can't always rely on UserGroupInformation though, so this commit expands the keytab-based login case by a JAAS config example. It also fixes a formatting issue with the "@Override" in the code, as it wasn't properly rendered. Change-Id: I7db5bf67727f7318272de7ea2156a33255a2dc8b Reviewed-on: http://gerrit.cloudera.org:8080/16940 Tested-by: Attila Bukor <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java 1 file changed, 36 insertions(+), 6 deletions(-) Approvals: Attila Bukor: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/16940 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7db5bf67727f7318272de7ea2156a33255a2dc8b Gerrit-Change-Number: 16940 Gerrit-PatchSet: 5 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
