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

Handle different exception thrown by incomplete eventlogs #1124

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

amahussein
Copy link
Collaborator

Signed-off-by: Ahmed Hussein (amahussein) a@ahussein.me

Fixes #1122

In some cases, Spark throws JsonPraseEsception with incomplete eventlogs. This change handles this case by checking the Ex message. If it is Incomplete eventlog, the tools does not consider the eventlog as a failure. Instead, it considers it as incomplete and guesstimate the AppEndTime.

Signed-off-by: Ahmed Hussein (amahussein) <a@ahussein.me>

Fixes NVIDIA#1122

In some cases, Spark throws JsonPraseEsception with incomplete
eventlogs. This change handles this case by checking the Ex message. If
it is Incomplete eventlog, the tools does not consider the eventlog as a
failure. Instead, it considers it as incomplete and guesstimate the
AppEndTime.
@amahussein amahussein added bug Something isn't working core_tools Scope the core module (scala) labels Jun 14, 2024
@amahussein amahussein self-assigned this Jun 14, 2024
@amahussein amahussein merged commit c63e28a into NVIDIA:dev Jun 17, 2024
18 checks passed
@amahussein amahussein deleted the spark-rapids-tools-1122 branch June 17, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core_tools Scope the core module (scala)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Handle different exception thrown by incomplete eventlogs
2 participants