You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/07/17 02:31:33 UTC

[36/50] [abbrv] git commit: Merge pull request #705 from rxin/errormessages

Merge pull request #705 from rxin/errormessages

Throw a more meaningful message when runJob is called to launch tasks on non-existent partitions.

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

Branch: refs/heads/master
Commit: 8a8a8f2de225310410ebe4e5d9c1e9b1ee8ffcf2
Parents: ed8415b 6931660
Author: Matei Zaharia <ma...@gmail.com>
Authored: Mon Jul 15 23:09:21 2013 -0700
Committer: Matei Zaharia <ma...@gmail.com>
Committed: Mon Jul 15 23:09:21 2013 -0700

----------------------------------------------------------------------
 core/src/main/scala/spark/scheduler/DAGScheduler.scala | 9 +++++++++
 core/src/test/scala/spark/RDDSuite.scala               | 6 ++++++
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------