You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/12/23 19:38:51 UTC

[9/9] git commit: Merge pull request #244 from leftnoteasy/master

Merge pull request #244 from leftnoteasy/master

Added SPARK-968 implementation for review

Added SPARK-968 implementation for review


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/11107c9d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/11107c9d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/11107c9d

Branch: refs/heads/master
Commit: 11107c9de524a7397ec99333f5d7b00886217781
Parents: 0bc57c5 2f689ba
Author: Reynold Xin <rx...@apache.org>
Authored: Mon Dec 23 10:38:20 2013 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon Dec 23 10:38:20 2013 -0800

----------------------------------------------------------------------
 .../org/apache/spark/ui/exec/ExecutorsUI.scala  | 31 ++++++-
 .../apache/spark/ui/jobs/ExecutorSummary.scala  | 27 ++++++
 .../apache/spark/ui/jobs/ExecutorTable.scala    | 90 ++++++++++++++++++++
 .../spark/ui/jobs/JobProgressListener.scala     | 34 ++++++++
 .../org/apache/spark/ui/jobs/StagePage.scala    |  5 +-
 .../org/apache/spark/ui/jobs/StageTable.scala   |  2 +-
 .../ui/jobs/JobProgressListenerSuite.scala      | 73 ++++++++++++++++
 7 files changed, 257 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/11107c9d/core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
----------------------------------------------------------------------