-
Notifications
You must be signed in to change notification settings - Fork 319
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
Conversation
all comments have been resolved. |
docs/hadoop-catalog.md
Outdated
|
||
#### 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 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the trailing whitespace.
There was a problem hiding this comment.
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.
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.