-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[SUPPORT] Failed to create marker file Exception when trying to write data on Hudi #10432
Comments
@gsudhanshu Can you try disabling the timeline server? hoodie.write.markers.type= 'direct', We had a silmilar issue (#4230) before which we had fixed. I see you using 0.14.0, So adding @yihua in case he have more insights. |
@ad1happy2go thanks for your reply. I have added as following: should I add these in hudi_options? |
@gsudhanshu After setting these, it should not use timeline server. Do you still see references of TimelineServerBasedWriteMarkers in the stack trace? can you paste the new stack trace please |
@ad1happy2go |
Thanks |
My Setup:
My Django application on app server uses pyspark 3.4.2 to connect to spark-hudi bundle (3.4.2:2_12:0.14.0) on db server
spark config:
while writing data from pyspark pandas to hudi, I am getting following errors
Event Error logs:
Is there a solution?
The text was updated successfully, but these errors were encountered: