Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trino not able to connect with MinIO #16

Open
santurini opened this issue Nov 29, 2024 · 0 comments
Open

Trino not able to connect with MinIO #16

santurini opened this issue Nov 29, 2024 · 0 comments

Comments

@santurini
Copy link

Hello, I was following this blog to deploy MinIO as an S3 storage connected to Trino,
but I am unable to complete this query:

CREATE TABLE minio.tiny.customer
WITH (    
     format = 'ORC',    
     external_location = 's3a://tiny/customer/'
) 
AS SELECT * FROM tpch.tiny.customer;

Because trino is not able to connect with the minIO service inside the cluster, in fact the query fails with error:

Query 20241129_160325_00002_h9cr8 failed: Unable to execute HTTP request: my-minio: Name or service not known

Could you help me solve this problem?
Or is there a new blog post updated with the new MinIO operator and tenant helm charts? It would be very appreciated to have a new version of the tutorial updated with the new official releases.

Thank you very much for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant