SparkListenerTaskEnd¶
SparkListenerTaskEnd
is a SparkListenerEvent.
SparkListenerTaskEnd
is posted (and created) when:
DAGScheduler
is requested to postTaskEnd
SparkListenerTaskEnd
is intercepted using SparkListenerInterface.onTaskEnd
Creating Instance¶
SparkListenerTaskEnd
takes the following to be created:
- Stage ID
- Stage Attempt ID
- Task Type
-
TaskEndReason
- TaskInfo
-
ExecutorMetrics
- TaskMetrics