[2/2] spark git commit: Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"

2015-09-24 Thread meng
Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module" This reverts commit 084e4e126211d74a79e8dbd2d0e604dd3c650822. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/02144d67 Tree:

[1/2] spark git commit: Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"

2015-09-24 Thread meng
Repository: spark Updated Branches: refs/heads/master d91967e15 -> 02144d674 http://git-wip-us.apache.org/repos/asf/spark/blob/02144d67/network/common/src/main/java/org/apache/spark/network/client/TransportClient.java -- diff

spark git commit: [SPARK-10705] [SQL] Avoid using external rows in DataFrame.toJSON

2015-09-24 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 341b13f8f -> b3862d3c5 [SPARK-10705] [SQL] Avoid using external rows in DataFrame.toJSON JIRA: https://issues.apache.org/jira/browse/SPARK-10705 As described in the JIRA ticket, `DataFrame.toJSON` uses `DataFrame.mapPartitions`, which

Git Push Summary

2015-09-24 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.5.0-rc1 [deleted] 4c56ad772 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2015-09-24 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.5.0-rc3 [deleted] 908e37bcc - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2015-09-24 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.5.0-rc2 [deleted] 727771352 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockId

2015-09-24 Thread rxin
Repository: spark Updated Branches: refs/heads/master b3862d3c5 -> 8023242e7 [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockId The DiskBlockObjectWriter constructor took a BlockId parameter but never used it. As part of some general cleanup in these interfaces, this patch

spark git commit: [SPARK-10765] [SQL] use new aggregate interface for hive UDAF

2015-09-24 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 02144d674 -> 341b13f8f [SPARK-10765] [SQL] use new aggregate interface for hive UDAF Author: Wenchen Fan Closes #8874 from cloud-fan/hive-agg. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SPARK-9852] Let reduce tasks fetch multiple map output partitions

2015-09-24 Thread matei
Repository: spark Updated Branches: refs/heads/master 8023242e7 -> 21fd12cb1 [SPARK-9852] Let reduce tasks fetch multiple map output partitions This makes two changes: - Allow reduce tasks to fetch multiple map output partitions -- this is a pretty small change to HashShuffleFetcher - Move