We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9838df2 commit e899028Copy full SHA for e899028
core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
@@ -848,7 +848,7 @@ private[ui] class TaskPagedTable(
848
</div>
849
</td>
850
<td>{UIUtils.formatDate(task.launchTime)}</td>
851
- <td>{formatDuration(task.taskMetrics.map(_.executorRunTime))}</td>
+ <td>{formatDuration(task.duration)}</td>
852
<td class={TaskDetailsClassNames.SCHEDULER_DELAY}>
853
{UIUtils.formatDuration(AppStatusUtils.schedulerDelay(task))}
854
0 commit comments