alanblueshift commented on a change in pull request #1030: Kerberos support 
#1025
URL: https://github.com/apache/fluo/pull/1030#discussion_r177914221
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/fluo/core/client/FluoAdminImpl.java
 ##########
 @@ -76,6 +77,28 @@
 
   private final String appRootDir;
 
+  /**
+   * Kerberos autentication method.
+   * 
+   * @param realm Realm to be used in authentication.
+   * @param keytab Keytab path.
+   * @since 1.3.0
+   */
+  public void loginWithKerberos(final String realm, final String keytab) {
 
 Review comment:
   Yes! Our Accumulo is kerberized too. We have no problem with. We didn’t 
tried fluo-yarn yet on this environment. We can try. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to