tyoushinya commented on code in PR #5165:
URL: https://github.com/apache/gravitino/pull/5165#discussion_r1805779583


##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/authentication/kerberos/KerberosConfig.java:
##########
@@ -125,5 +139,13 @@ public int getFetchTimeoutSec() {
                   false /* immutable */,
                   60 /* defaultValue */,
                   false /* hidden */))
+          .put(
+              KRB5_CONF_KEY,
+              PropertyEntry.stringOptionalPropertyEntry(
+                  KRB5_CONF_KEY,
+                  "The Kerberos krb file for the catalog",
+                  false /* immutable */,
+                  "/etc/krb5.conf" /* defaultValue */,

Review Comment:
   If the file is not exist, "Can't get Kerberos realm" error message will be 
shown. This behavior is same as before.  



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to