Unable to access apache ozone using iceberg catalog. #18026
Replies: 3 comments 5 replies
-
Hi Im looking for an open source solution of open lakehouse using iceberg and Ozone(replace MinIO). Could you please to share the installation process and configuration or docker compose file. |
Beta Was this translation helpful? Give feedback.
-
Were you ever able to solve this connection? I'm running into a similar issue with this. |
Beta Was this translation helpful? Give feedback.
-
To make Ozone work with Trino over OFS, you need to properly shadow Protobuf in the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have run spark job to insert data to iceberg table on apache ozone using hive metastore. It has created iceberg schema and saved data as iceberg table successfully. I could also read iceberg table on ozone using spark connected to hive metastore without problem.
But, when I tried to read iceberg table from ozone using iceberg catalog connected to hive metastore, it failed with exceptions.
My iceberg catalog looks like this.
I have added
ozone-filesystem-hadoop3-1.3.0.jar
to<trino-home>/plugin/iceberg
, and then I tried, but it failed.When
protobuf-java-xxx.jar
added toplugin/iceberg
directory, I got another exceptions.I have no idea how to integrate trino with apache ozone.
Beta Was this translation helpful? Give feedback.
All reactions