-
Notifications
You must be signed in to change notification settings - Fork 387
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
[#4657] Improvement (docs): Add documentation for the Gravitino-Trino connector running on AWS S3. #4658
Conversation
'lakehouse-iceberg', | ||
map( | ||
array['uri', 'catalog-backend', 'warehouse', | ||
'trino.bypass.hive.s3.aws-access-key', 'trino.bypass.hive.s3.aws-secret-key', 'trino.bypass.hive.s3.region', |
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.
should we add s3 endpoint?
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.
That's ok. If we use original s3, we don't need it
'lakehouse-iceberg', | ||
map( | ||
array['uri', 'catalog-backend', 'warehouse', | ||
'trino.bypass.hive.s3.aws-access-key', 'trino.bypass.hive.s3.aws-secret-key', 'trino.bypass.hive.s3.region', |
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.
it's tricky to add aws-access-key
and trino.bypass.hive.s3.aws-access-key
, could you set the security key when do the query?
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.
The internal connector like Hive connector doesn't support it. I think we need to encrypt the sensitive data.
Generally LGTM, @FANNG1 , do you have any further comments? |
It's not proper to distribute AKSK in |
What changes were proposed in this pull request?
Add documentation for the Gravitino-Trino connector running on AWS S3.
The Hive catalog and Iceberg catalog support S3
Why are the changes needed?
Fix: #4657
Does this PR introduce any user-facing change?
Update docs
How was this patch tested?
NO