-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[HUDI-8226][DOCS] Add the GooseFS integration document #4018
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
Conversation
leesf
left a comment
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.
you should not put the goosefs_hoodie.md in older version dir. you can put it under /website/docs/, just Eupdate cloud.md and add goosefs_hoodie.md file.
Thank you, I have modified |
| last_modified_at: 2021-11-17T12:50:50-10:00 | ||
| language: cn | ||
| --- | ||
| 这个页面描述了如何让你的Hudi spark任务使用Tencent Cloud GooseFS。 |
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.
would you use english please? and here not just spark job?
|
@lubo212 any updates here? |
|
@lubo212 : can you address the feedback please. |
yihua
left a comment
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.
Closing this PR due to inactivity. @lubo212 feel free to reopen if needed. Thanks.
What is the purpose of the pull request
Resolve integration issues with GooseFS and HUDI
Brief change log
Goosefs does not support appending and needs to be marked in StorageSchemes
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.