-
Notifications
You must be signed in to change notification settings - Fork 80
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
What may be causing and how to work around StreamingQueryException: Gave up after 3 retries while fetching MetaData ? #110
Comments
From stderr.out on EMR. Any ideas as to why these files HDFSMetadataCommitter is looking for might be getting deleted or are non-existent?
|
This issue I've filed seems a DUP of #57. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spark 3.1.1, running in AWS EMR 6.3.0, python 3.7.2
I'm getting the following error:
I have tried to increase the max num retries and the retry interval, e.g.:
but it seems the code keeps holding onto the default value of 3 retries.
Any ideas, anyone?
failondataloss=false
, or is that a bad idea.Thanks
The text was updated successfully, but these errors were encountered: