Skip to content
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

Add support for S3 FileSystem compatible schemes 'cos' and 'cosn' #5619

Closed
wants to merge 1 commit into from
Closed

Conversation

wypb
Copy link
Contributor

@wypb wypb commented Jul 12, 2023

Description

Tencent COS is a famous object storage system provided by Tencent Corp. From this document COS offers AWS S3-compatible APIs, and we can use the APIs of S3 SDK to access files in COS. This pull request introduce acceptance of cos:// and cosn:// prefixes as supported and compatible S3 implementations.

Usage

With this pull request, We set the following parameters in the hive.properties file to access cos

hive.s3.endpoint=https://cos.ap-beijing.myqcloud.com
hive.s3.aws-access-key=xxxxx
hive.s3.aws-secret-key=xxxx

@netlify
Copy link

netlify bot commented Jul 12, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit a26dec2
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/64ae14d56d2ca70008a3e856

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 12, 2023
@wypb wypb requested a review from majetideepak July 12, 2023 14:27
@wypb
Copy link
Contributor Author

wypb commented Jul 13, 2023

@mbasmanova could you help me review this pull request.

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

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

@wypb Thanks.

@majetideepak Deepak, do we have documentation for S3 adapter? If not, would it be possible to add?

@facebook-github-bot
Copy link
Contributor

@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@mbasmanova merged this pull request in 19d0392.

@conbench-facebook
Copy link

Conbench analyzed the 1 benchmark run on commit 19d03926.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

@majetideepak
Copy link
Collaborator

@mbasmanova I will prioritize #2861. Will have something by early next week. It is long over due.

@mbasmanova
Copy link
Contributor

Thank you, Deepak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants