keith-turner commented on a change in pull request #1030: Kerberos support #1025
URL: https://github.com/apache/fluo/pull/1030#discussion_r177902683
##########
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:
Another possible way to fix this would be to ensure we use hadoop config
from the classpath and document that.
----------------------------------------------------------------
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