Skip to content

Commit 99b9135

Browse files
committed
address comment
1 parent b9a06a9 commit 99b9135

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,8 @@ private[ui] object ApiHelper {
996996
HEADER_EXECUTOR -> TaskIndexNames.EXECUTOR,
997997
HEADER_HOST -> TaskIndexNames.HOST,
998998
HEADER_LAUNCH_TIME -> TaskIndexNames.LAUNCH_TIME,
999+
// SPARK-26109: Duration of task as executorRunTime to make it consistent with the
1000+
// aggregated tasks summary metrics table and the previous versions of Spark.
9991001
HEADER_DURATION -> TaskIndexNames.EXEC_RUN_TIME,
10001002
HEADER_SCHEDULER_DELAY -> TaskIndexNames.SCHEDULER_DELAY,
10011003
HEADER_DESER_TIME -> TaskIndexNames.DESER_TIME,

0 commit comments

Comments
 (0)