[2/2] git commit: [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManager

2014-08-30 Thread rxin
[SPARK-2288] Hide ShuffleBlockManager behind ShuffleManager By Hiding the shuffleblockmanager behind Shufflemanager, we decouple the shuffle data's block mapping management work from Diskblockmananger. This give a more clear interface and more easy for other shuffle manager to implement their

[1/2] [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManager

2014-08-30 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7e662af33 - acea92806 http://git-wip-us.apache.org/repos/asf/spark/blob/acea9280/tools/src/main/scala/org/apache/spark/tools/StoragePerfTester.scala -- diff --git

git commit: Manually close old pull requests Closes #1824

2014-08-30 Thread rxin
Repository: spark Updated Branches: refs/heads/master acea92806 - d90434c03 Manually close old pull requests Closes #1824 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d90434c0 Tree:

Git Push Summary

2014-08-30 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.1.0-rc3 [deleted] 25596d1da - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

git commit: [maven-release-plugin] prepare for next development iteration

2014-08-30 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 b2d0493b2 - 865e6f63f [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/865e6f63 Tree:

git commit: [maven-release-plugin] prepare release v1.1.0-rc3

2014-08-30 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.1 d9a1c96f7 - b2d0493b2 [maven-release-plugin] prepare release v1.1.0-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b2d0493b Tree:

Git Push Summary

2014-08-30 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.1.0-rc3 [created] c8886db83 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

git commit: [SPARK-2889] Create Hadoop config objects consistently.

2014-08-30 Thread matei
Repository: spark Updated Branches: refs/heads/master d90434c03 - b6cf13481 [SPARK-2889] Create Hadoop config objects consistently. Different places in the code were instantiating Configuration / YarnConfiguration objects in different ways. This could lead to confusion for people who

git commit: SPARK-3318: Documentation update in addFile on how to use SparkFiles.get

2014-08-30 Thread matei
Repository: spark Updated Branches: refs/heads/master b6cf13481 - ba78383ba SPARK-3318: Documentation update in addFile on how to use SparkFiles.get Rather than specifying the path to SparkFiles we need to use the filename. Author: Holden Karau hol...@pigscanfly.ca Closes #2210 from

git commit: [Spark QA] only check code files for new classes

2014-08-30 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 9b8c2287b - c567a68a5 [Spark QA] only check code files for new classes Look only at code files (`.py`, `.java`, and `.scala`) for new classes. Should get rid of false alarms like [the one reported