[GitHub] spark pull request #22177: stages in wrong order within job page DAG chart

2018-08-22 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/22177#discussion_r212003441 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobPage.scala --- @@ -337,7 +337,9 @@ private[ui] class JobPage(parent: JobsTab, store:

[GitHub] spark pull request #22177: stages in wrong order within job page DAG chart

2018-08-22 Thread xuanyuanking
Github user xuanyuanking commented on a diff in the pull request: https://github.com/apache/spark/pull/22177#discussion_r212002571 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobPage.scala --- @@ -18,18 +18,18 @@ package org.apache.spark.ui.jobs import

[GitHub] spark pull request #22177: stages in wrong order within job page DAG chart

2018-08-21 Thread yunjzhang
GitHub user yunjzhang opened a pull request: https://github.com/apache/spark/pull/22177 stages in wrong order within job page DAG chart if spark job contains multiple tasks , the order in DAG chart might be incorrect. sample and screen snapshot can be found in jira ticket