deniskuzZ commented on code in PR #5628: URL: https://github.com/apache/hive/pull/5628#discussion_r2142924146
########## README.md: ########## @@ -124,6 +124,54 @@ Upgrading from older versions of Hive different database for your MetaStore you will need to provide your own upgrade script. +Using Iceberg REST catalog +========================== +To enable Apache Iceberg REST catalog usage add the followings in hive-site.xml + + <property> + <name>iceberg.catalog</name> + <value>rest</value> + </property> + <property> + <name>iceberg.catalog.rest.type</name> + <value>rest</value> + </property> + <property> + <name>iceberg.catalog.rest.uri</name> + <value>{restServerUrl}</value> + </property> + <property> + <name>metastore.type</name> Review Comment: can't we use `iceberg.catalog.type` ? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org