Skip to content

Commit 6206d10

Browse files
author
Devaraj K
committed
[SPARK-19377] [WEBUI] [CORE] Killed tasks should have the status as KILLED
1 parent 1b5ee20 commit 6206d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/UIData.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ private[spark] object UIData {
185185
})
186186
newTaskInfo.finishTime = taskInfo.finishTime
187187
newTaskInfo.failed = taskInfo.failed
188+
newTaskInfo.killed = taskInfo.killed
188189
newTaskInfo
189190
}
190191
}

0 commit comments

Comments
 (0)