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 b9a06a9 commit 99b9135Copy full SHA for 99b9135
core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
@@ -996,6 +996,8 @@ private[ui] object ApiHelper {
996
HEADER_EXECUTOR -> TaskIndexNames.EXECUTOR,
997
HEADER_HOST -> TaskIndexNames.HOST,
998
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.
1001
HEADER_DURATION -> TaskIndexNames.EXEC_RUN_TIME,
1002
HEADER_SCHEDULER_DELAY -> TaskIndexNames.SCHEDULER_DELAY,
1003
HEADER_DESER_TIME -> TaskIndexNames.DESER_TIME,
0 commit comments