Github user gengliangwang commented on a diff in the pull request:
https://github.com/apache/spark/pull/19399#discussion_r143591399
--- Diff:
core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala ---
@@ -794,6 +800,17 @@ private[history] class AppListingListener(log:
FileStatus, clock: Clock) extends
attempt.completed = true
}
+ override def onJobStart(jobStart: SparkListenerJobStart): Unit = {
+ attempt.jobToStatus(jobStart.jobId) = "Started"
--- End diff --
I don't think this kind of status is used in your changes.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]