lasdf1234 commented on code in PR #11901:
URL: https://github.com/apache/gravitino/pull/11901#discussion_r3535581688


##########
conf/gravitino-iceberg-rest-server.conf.template:
##########
@@ -63,3 +63,33 @@ gravitino.iceberg-rest.warehouse = /tmp
 # gravitino.iceberg-rest.s3-secret-access-key = xxx
 # gravitino.iceberg-rest.s3-endpoint = http://192.168.215.4:9010
 # gravitino.iceberg-rest.s3-region = xxx
+
+# THE CONFIGURATION EXAMPLE FOR JDBC CATALOG BACKEND WITH KERBEROS-SECURED 
HDFS WAREHOUSE
+# JDBC username/password authenticates the metadata store; Kerberos 
authenticates HDFS access.
+
+# gravitino.iceberg-rest.catalog-backend = jdbc
+# gravitino.iceberg-rest.jdbc-driver = org.postgresql.Driver
+# gravitino.iceberg-rest.uri = jdbc:postgresql://127.0.0.1:5432/iceberg
+# gravitino.iceberg-rest.jdbc-user = iceberg
+# gravitino.iceberg-rest.jdbc-password = secret
+# gravitino.iceberg-rest.jdbc-initialize = true
+# gravitino.iceberg-rest.warehouse = 
hdfs://127.0.0.1:9000/user/hive/warehouse-jdbc
+# gravitino.iceberg-rest.authentication.type = kerberos
+# gravitino.iceberg-rest.authentication.kerberos.principal = 
[email protected]
+# gravitino.iceberg-rest.authentication.kerberos.keytab-uri = 
file:///etc/security/keytabs/iceberg.keytab
+# gravitino.iceberg-rest.hadoop.security.authentication = kerberos
+# gravitino.iceberg-rest.dfs.namenode.kerberos.principal = 
hdfs/[email protected]
+
+# THE CONFIGURATION EXAMPLE FOR HIVE CATALOG BACKEND WITH KERBEROS

Review Comment:
   Got. Document has been updated.



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