Skip to content

[enhancement](paimon)add obs filesystem for paimon - #31061

Merged
yiguolei merged 2 commits into
apache:masterfrom
wuwenchi:paimon_add_obs
Feb 19, 2024
Merged

[enhancement](paimon)add obs filesystem for paimon#31061
yiguolei merged 2 commits into
apache:masterfrom
wuwenchi:paimon_add_obs

Conversation

@wuwenchi

Copy link
Copy Markdown
Contributor

Proposed changes

add obs filesystem, like:

CREATE CATALOG `paimon_obs` PROPERTIES (
"type" = "paimon",
"warehouse" = "obs://<bucket>/paimon",
"obs.endpoint"="obs.cn-north-4.myhuaweicloud.com",
"obs.access_key"="ak",
"obs.secret_key"="sk"
);

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@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

@wuwenchi

Copy link
Copy Markdown
ContributorAuthor

run buildall

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actionsgithub-actionsBot added the approved Indicates a PR has been approved by one committer. label Feb 18, 2024
@github-actions

Copy link
Copy Markdown
Contributor

PR approved by at least one committer and no changes requested.

@github-actions

Copy link
Copy Markdown
Contributor

PR approved by anyone and no changes requested.

@wsjzwsjz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.dev/2.0.5-mergedreviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@wuwenchi@doris-robot@morningman@yiguolei@wsjz@xiaokang