You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/10/20 17:52:42 UTC

[GitHub] [iceberg] pavibhai commented on a diff in pull request #5989: Closes #5988 - Allow configuration of Hive MetastoreClient using Catalog properties

pavibhai commented on code in PR #5989:
URL: https://github.com/apache/iceberg/pull/5989#discussion_r1000946314


##########
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##########
@@ -83,6 +84,15 @@ public void initialize(String inputName, Map<String, String> properties) {
       this.conf = new Configuration();
     }
 
+    // Forward all catalog properties that begin with `hive.` into configuration for use in setting
+    // up the
+    // MetastoreClient

Review Comment:
   Will do



-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org