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

[#5081] improvement(docs): Add the document about cloud storage fileset. #5324

Merged
merged 15 commits into from
Oct 31, 2024

Conversation

yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

Add a document about S3, GCS and OSS filesets.

Why are the changes needed?

For better user experience.

Fix: #5081

Does this PR introduce any user-facing change?

N/A.

How was this patch tested?

N/A.

@yuqi1129 yuqi1129 added the branch-0.7 Automatically cherry-pick commit to branch-0.7 label Oct 29, 2024
@yuqi1129 yuqi1129 self-assigned this Oct 29, 2024
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
@yuqi1129 yuqi1129 requested a review from FANNG1 October 30, 2024 03:44
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/how-to-use-gvfs.md Outdated Show resolved Hide resolved
docs/how-to-use-gvfs.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
docs/hadoop-catalog.md Outdated Show resolved Hide resolved
@yuqi1129
Copy link
Contributor Author

all comments have been resolved.

docs/how-to-use-gvfs.md Outdated Show resolved Hide resolved
docs/how-to-use-gvfs.md Outdated Show resolved Hide resolved
docs/how-to-use-gvfs.md Outdated Show resolved Hide resolved
jerryshao
jerryshao previously approved these changes Oct 31, 2024

#### GCS fileset

| Configuration item | Description | Default value | Required | Since version |
|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|----------------------------|------------------|
| `filesystem-providers` | The file system providers to add. Set it to `gs` if it's a gcs fileset or a comma separated string that contains `gs` like `gs,s3` to support multiple kind of fileset including `gs`. | (none) | Yes | 0.7.0-incubating |
| `filesystem-providers` | The file system providers to add. Set it to `gs` if it's a gcs fileset, a comma separated string that contains `gs` like `gs,s3` to support multiple kinds of fileset including `gs`. | (none) | Yes | 0.7.0-incubating |
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the trailing whitespace.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry seems like the trailing whitespace is mainly for the table alignment, right? If so, please keep them for the ease of review.

@jerryshao jerryshao merged commit 1cbaaf7 into main Oct 31, 2024
21 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 31, 2024
…et. (#5324)

### What changes were proposed in this pull request?

Add a document about S3, GCS and OSS filesets.

### Why are the changes needed?

For better user experience.

Fix: #5081

### Does this PR introduce _any_ user-facing change?

N/A.

### How was this patch tested?

N/A.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.7 Automatically cherry-pick commit to branch-0.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Add document about how to use S3 and GCS fileset
3 participants