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


##########
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>
+        <value>{user:pass}</value>
+    </property>
+    <property>
+        <name>iceberg.rest-catalog.scope</name>
+        <value>PRINCIPAL_ROLE:ALL</value>
+    </property>
+    <property>
+        <name>iceberg.rest-catalog.oauth2.credential</name>

Review Comment:
   got it



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



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