You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/12/30 16:44:42 UTC

[3/3] git commit: Merge pull request #308 from kayousterhout/stage_naming

Merge pull request #308 from kayousterhout/stage_naming

Changed naming of StageCompleted event to be consistent

The rest of the SparkListener events are named with "SparkListener"
as the prefix of the name; this commit renames the StageCompleted
event to SparkListenerStageCompleted for consistency.


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

Branch: refs/heads/master
Commit: 50e3b8ec4c8150f1cfc6b92f8871f520adf2cfda
Parents: 72a17b6 c2c1af3
Author: Patrick Wendell <pw...@gmail.com>
Authored: Mon Dec 30 07:44:26 2013 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Mon Dec 30 07:44:26 2013 -0800

----------------------------------------------------------------------
 .../apache/spark/scheduler/DAGScheduler.scala   |  2 +-
 .../org/apache/spark/scheduler/JobLogger.scala  |  2 +-
 .../apache/spark/scheduler/SparkListener.scala  | 20 ++++++++++++--------
 .../spark/scheduler/SparkListenerBus.scala      |  2 +-
 .../spark/ui/jobs/JobProgressListener.scala     |  2 +-
 .../apache/spark/scheduler/JobLoggerSuite.scala |  2 +-
 .../spark/scheduler/SparkListenerSuite.scala    |  2 +-
 7 files changed, 18 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/50e3b8ec/core/src/main/scala/org/apache/spark/scheduler/JobLogger.scala
----------------------------------------------------------------------