FANNG1 commented on code in PR #8189:
URL: https://github.com/apache/gravitino/pull/8189#discussion_r2580428283


##########
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/ClosableHiveCatalog.java:
##########
@@ -93,4 +274,18 @@ private void closeInternalClientPool() {
       LOGGER.warn("Failed to close HiveCatalog internal client pool", e);
     }
   }
+
+  private KerberosClient initKerberosClient() {
+    try {
+      KerberosClient kerberosClient = new KerberosClient(this.properties(), 
this.getConf());
+      // For Iceberg rest server, we haven't set the catalog_uuid, so we set 
it to 0 as there is
+      // only one catalog in the rest server, so it's okay to set it to 0.

Review Comment:
   There maybe multiple catalogs for IRC



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