git commit: SPARK-2636: Expose job ID in JobWaiter API

2014-09-01 Thread rxin
Repository: spark Updated Branches: refs/heads/master 44d3a6a75 -> fbf2678c1 SPARK-2636: Expose job ID in JobWaiter API This PR adds the async actions to the Java API. User can call these async actions to get the FutureAction and use JobWaiter (for SimpleFutureAction) to retrieve job Id. Au

git commit: [SPARK-3342] Add SSDs to block device mapping

2014-09-01 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.1 865e6f63f -> e13631291 [SPARK-3342] Add SSDs to block device mapping On `m3.2xlarge` instances the 2x80GB SSDs are inaccessible if not added to the block device mapping when the instance is created. They work when added with this patc

git commit: [SPARK-3342] Add SSDs to block device mapping

2014-09-01 Thread matei
Repository: spark Updated Branches: refs/heads/master db160676c -> 44d3a6a75 [SPARK-3342] Add SSDs to block device mapping On `m3.2xlarge` instances the 2x80GB SSDs are inaccessible if not added to the block device mapping when the instance is created. They work when added with this patch. I

git commit: [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutputStream

2014-09-01 Thread rxin
Repository: spark Updated Branches: refs/heads/master 1f98add92 -> db160676c [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutputStream This also enables supporting broadcast variables larger than 2G. Author: Reynold Xin Closes #2054 from rxin/ByteArrayChunkOutput

git commit: MAINTENANCE: Automated closing of pull requests.

2014-09-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 725715cbf -> 1f98add92 MAINTENANCE: Automated closing of pull requests. This commit exists to close the following pull requests on Github: Closes #1696 (close requested by 'pwendell') Closes #1384 (close requested by 'pwendell') Closes #84