Skip to content

[HUDI-1124] Document the usage of Tencent COSN#1891

Merged
leesf merged 3 commits intoapache:asf-sitefrom
DeyinZhong:asf-site
Aug 3, 2020
Merged

[HUDI-1124] Document the usage of Tencent COSN#1891
leesf merged 3 commits intoapache:asf-sitefrom
DeyinZhong:asf-site

Conversation

@DeyinZhong
Copy link
Contributor

Tips

What is the purpose of the pull request

Add Document the usage of Tencent COSN

Brief change log

  • user access cos quickly on Hudi

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end.
  • Added HoodieClientWriteTest to verify the change.
  • Manually verified the change by running a job locally.

Committer checklist

  • Has a corresponding JIRA in PR title & commit

  • Commit message is descriptive of the change

  • CI is green

  • Necessary doc changes done or have another open PR

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

```xml
<property>
<name>fs.defaultFS</name>
<value>cosn://examplebucket-1250000000</value>
Copy link
Contributor

Choose a reason for hiding this comment

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

would be cosn://bucketname


<property>
<name>fs.cosn.bucket.region</name>
<value>ap-xxx</value>
Copy link
Contributor

Choose a reason for hiding this comment

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

cos-bucket-region


<property>
<name>fs.cosn.userinfo.secretKey</name>
<value>xxxxxxxxxxxxxxxxxxxxxxxx</value>
Copy link
Contributor

@leesf leesf Jul 31, 2020

Choose a reason for hiding this comment

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

cos-key


<property>
<name>fs.cosn.userinfo.secretId</name>
<value>xxxxxxxxxxxxxxxxxxxxxxxxx</value>
Copy link
Contributor

@leesf leesf Jul 31, 2020

Choose a reason for hiding this comment

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

cos-secretId

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for the suggestion. I have optimized the desc.

Copy link
Contributor

@leesf leesf left a comment

Choose a reason for hiding this comment

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

@DeyinZhong Thanks for your contributing, left some comments.

@leesf leesf self-assigned this Aug 1, 2020
Copy link
Contributor

@leesf leesf left a comment

Choose a reason for hiding this comment

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

@DeyinZhong Thanks for your contributing, LGTM, merging..

@leesf leesf merged commit d9fe2d7 into apache:asf-site Aug 3, 2020
Sign up for free to 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