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


##########
data/conf/iceberg/llap/hive-site.xml:
##########
@@ -397,4 +397,39 @@
         <name>hive.lock.sleep.between.retries</name>
         <value>2</value>
     </property>
+    
+    <!-- -- Iceberg REST catalog specific properties -->
+    <property>
+        <name>iceberg.catalog.type</name>
+        <value>rest</value>
+    </property>
+    <property>
+        <name>iceberg.rest-catalog.uri</name>
+        <value>{restServerUrl}</value>
+    </property>
+    <!-- For OAUTH2 authentication add this as well -->
+    <property>
+        <name>iceberg.rest-catalog.security</name>
+        <value>OAUTH2</value>
+    </property>
+    <property>
+        <name>iceberg.rest-catalog.credential</name>

Review Comment:
   is that even needed?



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

Reply via email to