Unable to access apache ozone using iceberg catalog. #18026
Unanswered
cloudcheflabs
asked this question in
Q&A
Replies: 2 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.
2 replies
-
Were you ever able to solve this connection? I'm running into a similar issue with this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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