Trino Delta Lake connector fails to read _last_checkpoint file from MinIO #24350
Unanswered
MammadTavakoli
asked this question in
Q&A
Replies: 1 comment
-
I believe this problem might have to do with TLS, I have a similar setup
but trino cannot connect with a similar error
the file does exist, but I suspect it has to do either with STS coming from the catalog or something similar. I'm able to query the data just fine using spark with this simple configuration:
I'm using a custom truststore since I my MinIO is sitting behind TLS, but I'm not sure if that's the reason why trino cannot query the data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing an issue with Trino's Delta Lake connector when trying to query a Delta Lake table stored in MinIO. My setup involves Trino, MinIO, and Hive Metastore, all running in Docker containers using a Docker Compose file.
Here are the key details about my setup:
dw.test
and save data to it.dw.test
, I get the following error:The Trino logs show the following error:
that i think it is:
My Trino configuration in the Docker Compose file looks like this:
My Delta Lake catalog configuration includes:
I've also configured my Hive Metastore with the following environment variables:
I've tried various queries, including
SELECT * FROM dw.test
, but I consistently get the error about failing to get the snapshot.Could this be related to permissions issues with MinIO access? Or could it be a known issue with Trino and Delta Lake connectors?
Question
How can I troubleshoot this issue with Trino failing to read the _last_checkpoint file from MinIO? Are there any known issues or common solutions to this problem?
But this code for reading from that location run correctly:
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions