Github user shahidki31 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22549#discussion_r220385769
--- Diff:
core/src/main/scala/org/apache/spark/status/AppStatusListener.scala ---
@@ -388,10 +388,11 @@ private[spark] class AppStatusListener(
job.completionTime = if (event.time > 0) Some(new Date(event.time))
else None
update(job, now, last = true)
+ if(job.status.equals(JobExecutionStatus.SUCCEEDED)) {
--- End diff --
Thank you. I have updated the code,
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]