Reidddddd commented on a change in pull request #2320:
URL: https://github.com/apache/hbase/pull/2320#discussion_r481587293



##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/AuthUtil.java
##########
@@ -87,13 +87,32 @@
   /** Client keytab file */
   public static final String HBASE_CLIENT_KEYTAB_FILE = 
"hbase.client.keytab.file";
 
-  /** Client principal */
+  /**
+   * Client principal
+   * @deprecated replaced by {@link #HBASE_CLIENT_KERBEROS_PRINCIPAL_VALUE}
+   */
+  @Deprecated

Review comment:
       We can add a brief java doc on this why we deprecate this.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to