case classSparkListenerExecutorMetricsUpdate(execId: String, taskMetrics: Seq[(Long, Int, Int, TaskMetrics)]) extends SparkListenerEvent with Product with Serializable
Periodic updates from executors.
execId
executor id
taskMetrics
sequence of (task id, stage id, stage attempt, metrics)
Periodic updates from executors.
executor id
sequence of (task id, stage id, stage attempt, metrics)