Skip to content

Commit e899028

Browse files
committed
change task webui duration
1 parent 9838df2 commit e899028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ private[ui] class TaskPagedTable(
848848
</div>
849849
</td>
850850
<td>{UIUtils.formatDate(task.launchTime)}</td>
851-
<td>{formatDuration(task.taskMetrics.map(_.executorRunTime))}</td>
851+
<td>{formatDuration(task.duration)}</td>
852852
<td class={TaskDetailsClassNames.SCHEDULER_DELAY}>
853853
{UIUtils.formatDuration(AppStatusUtils.schedulerDelay(task))}
854854
</td>

0 commit comments

Comments
 (0)