Skip to content

[fix](glue) support glue on aws (#41084) - #41856

Merged
morningman merged 1 commit into
apache:branch-3.0from
morningman:30_bp41084
Oct 15, 2024
Merged

[fix](glue) support glue on aws (#41084)#41856
morningman merged 1 commit into
apache:branch-3.0from
morningman:30_bp41084

Conversation

@morningman

Copy link
Copy Markdown
Contributor

```
CREATE CATALOG glue2 PROPERTIES (
"type"="iceberg",
"iceberg.catalog.type" = "glue",
"glue.endpoint" = "https://glue.us-east-1.amazonaws.com/",
"client.credentials-provider" = "com.amazonaws.glue.catalog.credentials.ConfigAWSProvider",
"client.credentials-provider.glue.access_key" = "ak",
"client.credentials-provider.glue.secret_key" = "sk"
);
```
another example:
(this still has problem, just mark it)
```
CREATE CATALOG hive PROPERTIES (
"type"="hms",
"hive.metastore.type" = "glue",
"glue.endpoint" = "https://glue.us-east-1.amazonaws.com/",
"glue.access_key" = "ak",
"glue.secret_key" = "sk",
"aws.catalog.credentials.provider.factory.class" = "com.amazonaws.glue.catalog.credentials.ConfigurationAWSCredentialsProviderFactory"
);
```
@doris-robot

Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@morningman

Copy link
Copy Markdown
ContributorAuthor

run buildall

@morningman
morningman merged commit fb6c695 into apache:branch-3.0Oct 15, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@morningman@doris-robot