-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(stack/trino-iceberg): Use Minio with TLS, increase memory limits #176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installing from nightly - when I run the first few steps with trino-cli, I get s3-related errors:
trino> CREATE SCHEMA lakehouse.tpch WITH (location = 's3a://lakehouse/tpch');
Query 20250318_162924_00000_pcdff failed: Invalid location URI: s3a://lakehouse/tpch
@adwk67 I had this problem too. Does it come right if you restart both Trino pods? I was hoping it was just my impatience, but it seems to be occurring for others. Edit: I just noticed the comment was from yesterday, and more work as been done today to get minio with TLS working properly. Ignore my comment for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Analogue to #174 but for trino-iceberg demo