HonahX commented on code in PR #868:
URL: https://github.com/apache/polaris/pull/868#discussion_r1928088640


##########
getting-started/trino/trino-config/catalog/iceberg.properties:
##########
@@ -23,3 +23,5 @@ iceberg.rest-catalog.uri=http://polaris:8181/api/catalog
 iceberg.rest-catalog.security=OAUTH2
 iceberg.rest-catalog.oauth2.token=principal:root;realm:default-realm
 iceberg.rest-catalog.warehouse=polaris
+# Required to support local filesystem: 
https://trino.io/docs/current/object-storage.html#configuration
+fs.hadoop.enabled=true

Review Comment:
   This is related to a breaking change in Trino iceberg connector: 
[link](https://trino.io/docs/current/release/release-458.html#iceberg-connector)
   
   We have to explicitly enable filesystem support : 
https://trino.io/docs/current/object-storage.html#configuration



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

Reply via email to