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 2014/01/02 21:56:33 UTC

[2/2] git commit: Merge pull request #319 from kayousterhout/remove_error_method

Merge pull request #319 from kayousterhout/remove_error_method

Removed redundant TaskSetManager.error() function.

This function was leftover from a while ago, and now just
passes all calls through to the abort() function, so this
commit deletes it.


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

Branch: refs/heads/master
Commit: 5e67cdc801baf8f08b8229472cb16a00e52ddd00
Parents: 3713f81 5a3c00c
Author: Reynold Xin <rx...@apache.org>
Authored: Thu Jan 2 12:56:28 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Thu Jan 2 12:56:28 2014 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/scheduler/TaskSchedulerImpl.scala    | 2 +-
 .../main/scala/org/apache/spark/scheduler/TaskSetManager.scala  | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------