deniskuzZ commented on code in PR #5628:
URL: https://github.com/apache/hive/pull/5628#discussion_r1977126864


##########
packaging/src/docker/conf/hive-site.xml:
##########
@@ -60,4 +60,20 @@
         <name>metastore.metastore.event.db.notification.api.auth</name>
         <value>false</value>
     </property>
+    <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>http://playground-gravitino:9001/iceberg</value>

Review Comment:
   HMS Iceberg catalog would be merged soon, so i think it would be better to 
use that one as default



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to