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

fix hdfs append bug #197

Merged
merged 2 commits into from
Apr 15, 2024
Merged

fix hdfs append bug #197

merged 2 commits into from
Apr 15, 2024

Conversation

Nicole00
Copy link
Contributor

@Nicole00 Nicole00 commented Mar 21, 2024

close #196

when spark submit master is local, and when there are several tag/edge configurations with the same name in the configuration file, and the error output path is configured with a local address but not a hdfs address, the file path to save write failed data will be the same, append operation will happen.
And when hdfs does not support append mode, it will cause exception in #196 .

In this pr, remove the append mode, and add uuid for path to make sure the paths to save write failed data are not the same.

@Nicole00 Nicole00 enabled auto-merge (squash) April 15, 2024 01:46
@Nicole00 Nicole00 merged commit f93b584 into vesoft-inc:master Apr 15, 2024
2 checks passed
@Nicole00 Nicole00 deleted the fix branch April 15, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hdfs not support append when write insert failed data to hdfs
2 participants