Enable instance and custom credential provider for glue#16452
Closed
v-jizhang wants to merge 3 commits intoprestodb:masterfrom
Closed
Enable instance and custom credential provider for glue#16452v-jizhang wants to merge 3 commits intoprestodb:masterfrom
v-jizhang wants to merge 3 commits intoprestodb:masterfrom
Conversation
Cherry-pick of trinodb/trino#741 DefaultAWSCredentialsProviderChain is frequently used by AWS customers and it provides access from a documented list of sources. This especially makes it easier to run Presto on non-EC2 hosts where you don't have the instance profile. (e.g. Macs, during development). This change also makes PrestoS3FileSystem to be consistent with the Glue connector in Presto. Co-authored-by: Anoop Johnson <anoopj@amazon.com>
Cherry-pick of trinodb/trino#1363 Add a config for glue credential hive.metastore.glue.aws-credentials-provider where value is fully qualified class name. Co-authored-by: Li Yu <li.yu.sh0211@gmail.com>
Cherry-pick of trinodb/trino#3689 Add configuration property ``hive.metastore.glue.aws-credentials-provider`` to supply a custom credential provider. Co-authored-by: Ashhar Hasan <hashhar_dev@outlook.com> Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
d5f4013 to
a9f5300
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the task, make sure you've addressed reviewer comments, and rebase on the latest master. Thank you for your contributions! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add config hive.metastore.glue.aws-credentials-provider for glue
Cherry-pick of trinodb/trino#1363,
trinodb/trino#741 and
trinodb/trino#3689
Add config hive.metastore.glue.aws-credentials-provider for glue
credential provider. where value is fully qualified class name of
custom AWS credential provider implementation.