-
Notifications
You must be signed in to change notification settings - Fork 72
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
appstatus file rename failed for spark rolling logs #318
Comments
Solution description:
The variable |
Solution description: The extra
Before above lines After above lines |
I've encountered an exception when I enabled the spark monitoring configurations
spark.eventLog.rolling.enabled
andspark.eventLog.rolling.maxFileSize
for spark-submitStacktrace:
The following items may be addressed:
The string out of range should be fixed so that the rename operation can continue on execution.
Solution: appstatus file rename failed for spark rolling logs #318 (comment)
There should be an
appstatus
named file without.inprogress
in the samespark-events/eventlog_v2_local-1671136623482/
directory.Solution: appstatus file rename failed for spark rolling logs #318 (comment)
The stocator library fails to read the rolling logs properly, thence Spark History Server don't show the applications as completed or incomplete. A workaround is using
s3a
configuration for Spark History Server.Solution: separate issue created for this.
The unit test cases are passing as earlier #318 (comment)
The text was updated successfully, but these errors were encountered: