keith-turner commented on a change in pull request #1030: Kerberos support #1025
URL: https://github.com/apache/fluo/pull/1030#discussion_r177780270
 
 

 ##########
 File path: 
modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java
 ##########
 @@ -48,6 +48,22 @@
 
   // Client properties
   private static final String CLIENT_PREFIX = FLUO_PREFIX + ".client";
+
+  /**
+   * @since 1.2.0
+   */
+  public static final String CLIENT_KERBEROS = CLIENT_PREFIX + ".kerberos";
 
 Review comment:
   Since this is only used for HDFS and not for zookeeper or accumulo, I think 
the prop name should be `CLIENT_HDFS_KERBEROS = CLIENT_PREFIX + 
".hdfs.kerberos"`

----------------------------------------------------------------
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