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/12/21 04:16:07 UTC

[3/3] git commit: Merge pull request #281 from kayousterhout/local_indirect_fix

Merge pull request #281 from kayousterhout/local_indirect_fix

Handle IndirectTaskResults in LocalScheduler

This fixes a bug where large results aren't correctly handled when running in local mode.  Not doing this in master because expecting the Local/Cluster scheduler consolidation to go into 0.9, which will fix this issue (see #127)


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

Branch: refs/heads/branch-0.8
Commit: 88c565d19caba8619a20ea613ea920f681d10cdf
Parents: df5fada d7bf08c
Author: Matei Zaharia <ma...@databricks.com>
Authored: Fri Dec 20 19:15:54 2013 -0800
Committer: Matei Zaharia <ma...@databricks.com>
Committed: Fri Dec 20 19:15:54 2013 -0800

----------------------------------------------------------------------
 .../scheduler/local/LocalTaskSetManager.scala   | 42 +++++++++++++++-----
 1 file changed, 32 insertions(+), 10 deletions(-)
----------------------------------------------------------------------