Closed
Conversation
Member
|
Thanks for the contribution! We are just looking into this at Uber for viewfs as well :). great timing. BTW can you please sign the CLA, that will help us merge this in. cc @ovj can you test this out for our ingestion system as well.. |
Member
|
Also can you please merge your commits into a single one.. 3 commits feels excessive for this change |
Contributor
Author
|
This pull request was accidentally made against spark 1.5.1, will close this and open a new one. |
vinishjail97
pushed a commit
to vinishjail97/hudi
that referenced
this pull request
Dec 15, 2023
…service fails (apache#7243) (apache#163) After the files are written, table services like clustering and compaction can fail. This causes the sync to the metaserver to not happen. This patch adds a config that when set to false, the deltastreamer will not fail and the sync to the metaserver will occur. A warning will be logged with the exception that occurred. To use this new behavior, set hoodie.fail.writes.on.inline.table.service.exception to false. Co-authored-by: Jonathan Vexler <=> Co-authored-by: Jon Vexler <jbvexler@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When the default URI has viewfs (or the configuration object has viewfs URI), hoodie throws unsupported scheme exception. Adding this scheme to fix that issue.