teeyog opened a new pull request #26241: [SPARK-29585][UI]fix stagePage duration URL: https://github.com/apache/spark/pull/26241 ### What changes were proposed in this pull request? This pr proposes to fix the Duration in Completed Stages in StagePage in the spark UI. JIRA Issue: https://issues.apache.org/jira/browse/SPARK-29585 ### Why are the changes needed? Summary Metrics for Completed Tasks uses ```executorRunTime```, and Duration in Task details uses ```executorRunTime```, but Duration in Completed Stages uses ```stageData.completionTime - stageData.firstTaskLaunchedTime```, which results in different results. So the Duration in Completed Stages in StagePage should also use executorRunTime.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
