Merge pull request #480 from pwendell/0.9-fixes Handful of 0.9 fixes
This patch addresses a few fixes for Spark 0.9.0 based on the last release candidate. @mridulm gets credit for reporting most of the issues here. Many of the fixes here are based on his work in #477 and follow up discussion with him. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/77b986f6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/77b986f6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/77b986f6 Branch: refs/heads/master Commit: 77b986f6616e6f7e0be9e46bb355829686f9845b Parents: c67d3d8 a9bcc98 Author: Patrick Wendell <pwend...@gmail.com> Authored: Tue Jan 21 00:09:42 2014 -0800 Committer: Patrick Wendell <pwend...@gmail.com> Committed: Tue Jan 21 00:09:42 2014 -0800 ---------------------------------------------------------------------- .../main/scala/org/apache/spark/SparkConf.scala | 10 ++++- .../org/apache/spark/rdd/CheckpointRDD.scala | 4 +- .../apache/spark/scheduler/TaskSetManager.scala | 2 +- .../spark/storage/BlockObjectWriter.scala | 5 ++- .../spark/storage/ShuffleBlockManager.scala | 16 ++++++-- .../util/collection/ExternalAppendOnlyMap.scala | 41 ++++++++++++++++---- docs/configuration.md | 11 ++---- 7 files changed, 65 insertions(+), 24 deletions(-) ----------------------------------------------------------------------