Closed acesir closed 3 months ago
The error message says your credentials (access key and secret key) are invalid. Please verify them.
The error message says your credentials (access key and secret key) are invalid. Please verify them.
Why was this closed right away? Our credentials are correct otherwise we would not even be able to connect to AWS Glue. And we verified on multiple occasions the credentials have correct permissions for S3 and everything else required.
I don't see anything here related to the Trino Helm Chart. Try asking for help on the Trino Slack.
You're setting a specific region for Glue, maybe you also need to set it for Hive, as hive.s3.region
: https://trino.io/docs/current/object-storage/legacy-s3.html#s3-configuration-properties
We have configured Glue database with a sample table all pointing to S3. Using DBeaver to connect and we see the hive metastore as well as the newly created table. When we attempt to query the table and a job spawns it fails automatically with:
`
Inside of helm chart we have this set but it seems running any queries with the current helm chart fails.
Did we miss adding something or is this a bug we are hitting? Thanks