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 r...@apache.org Closes #2054 from

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-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