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


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

Review Comment:
   @difin maybe drop the OAUTH2 configs here since half of them are missing + 
this PR doesn't support client authentication



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