yuqi1129 commented on code in PR #11354:
URL: https://github.com/apache/gravitino/pull/11354#discussion_r3371538669


##########
catalogs/hive-metastore-common/src/main/java/org/apache/gravitino/hive/kerberos/FetchFileUtils.java:
##########


Review Comment:
   This file depends on `Hadoop` jars, which can't be shared between modules 
like `Paimon`, `Iceberg`, `fileset`.  Making `Hadoop` compile-only is optional; 
let me give it a try. 



##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/hive/HiveConstants.java:
##########
@@ -30,6 +30,8 @@ public class HiveConstants {
   public static final String PRINCIPAL = "kerberos.principal";
   public static final String CHECK_INTERVAL_SEC = 
"kerberos.check-interval-sec";
   public static final String FETCH_TIMEOUT_SEC = 
"kerberos.keytab-fetch-timeout-sec";
+  public static final String KEYTAB_FETCH_ALLOW_LOCAL_ADDRESS =

Review Comment:
   sure



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