spark git commit: [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use HashedWheelTimer

2014-11-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 84468b2e2 - 7850e0c70 [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use HashedWheelTimer This patch is intended to fix a subtle memory leak in ConnectionManager's ACK timeout TimerTasks: in the old code, each

spark git commit: [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use HashedWheelTimer

2014-11-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.2 24287014f - 2200de635 [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use HashedWheelTimer This patch is intended to fix a subtle memory leak in ConnectionManager's ACK timeout TimerTasks: in the old code,

spark git commit: [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types

2014-11-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 7850e0c70 - cb6bd83a9 [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types SPARK-4407 was detected while working on SPARK-4309. Merged these two into a single PR since 1.2.0 RC is approaching.

spark git commit: [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types

2014-11-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 2200de635 - 8b83a34fa [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types SPARK-4407 was detected while working on SPARK-4309. Merged these two into a single PR since 1.2.0 RC is

spark git commit: Revert [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types

2014-11-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master cb6bd83a9 - 45ce3273c Revert [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types Author: Michael Armbrust mich...@databricks.com Closes #3292 from marmbrus/revert4309 and squashes the following

spark git commit: Revert [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types

2014-11-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 8b83a34fa - 70d037168 Revert [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes for complex types Author: Michael Armbrust mich...@databricks.com Closes #3292 from marmbrus/revert4309 and squashes the

Git Push Summary

2014-11-16 Thread pwendell
Repository: spark Updated Tags: refs/tags/test [deleted] 70d037168 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-11-16 Thread pwendell
Repository: spark Updated Tags: refs/tags/test [created] 70d037168 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-11-16 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.0-snapshot0 [created] bc0987579 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 1.2.1-SNAPSHOT

2014-11-16 Thread pwendell
Preparing development version 1.2.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6c6fd218 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6c6fd218 Diff:

[1/2] spark git commit: Preparing Spark release v1.2.0-snapshot0

2014-11-16 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 70d037168 - 6c6fd218c Preparing Spark release v1.2.0-snapshot0 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/bc098757 Tree:

spark git commit: [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results.

2014-11-16 Thread meng
Repository: spark Updated Branches: refs/heads/master 45ce3273c - 5168c6ca9 [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results. cc mengxr Author: GuoQiang Li wi...@qq.com Closes #3281 from witgo/SPARK-4422 and squashes the following commits: 5f1fa5e [GuoQiang Li] import

spark git commit: [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results.

2014-11-16 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.2 6c6fd218c - f3b93c1ba [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results. cc mengxr Author: GuoQiang Li wi...@qq.com Closes #3281 from witgo/SPARK-4422 and squashes the following commits: 5f1fa5e [GuoQiang Li]

spark git commit: [SPARK-4410][SQL] Add support for external sort

2014-11-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 5168c6ca9 - 64c6b9bad [SPARK-4410][SQL] Add support for external sort Adds a new operator that uses Spark's `ExternalSort` class. It is off by default now, but we might consider making it the default if benchmarks show that it does not

spark git commit: [SPARK-4410][SQL] Add support for external sort

2014-11-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.2 f3b93c1ba - 8305e803e [SPARK-4410][SQL] Add support for external sort Adds a new operator that uses Spark's `ExternalSort` class. It is off by default now, but we might consider making it the default if benchmarks show that it does

[1/2] spark git commit: Revert Preparing development version 1.2.1-SNAPSHOT

2014-11-16 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 8305e803e - e1339daec Revert Preparing development version 1.2.1-SNAPSHOT This reverts commit 6c6fd218c83a049c874b8a0ea737333c1899c94a. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

[2/2] spark git commit: Revert Preparing Spark release v1.2.0-snapshot0

2014-11-16 Thread pwendell
Revert Preparing Spark release v1.2.0-snapshot0 This reverts commit bc09875799aa373f4320d38b02618173ffa4c96f. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e1339dae Tree:

[1/2] spark git commit: Preparing development version 1.2.1-SNAPSHOT

2014-11-16 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 e1339daec - d7ac60134 Preparing development version 1.2.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d7ac6013 Tree:

Git Push Summary

2014-11-16 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.0-snapshot1 [created] 38c1fbd96 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing Spark release v1.2.0-snapshot1

2014-11-16 Thread pwendell
Preparing Spark release v1.2.0-snapshot1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/38c1fbd9 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/38c1fbd9 Diff: