git commit: Made rdd.py pep8 complaint by using Autopep8 and a little manual editing.

2014-07-14 Thread rxin
Repository: spark Updated Branches: refs/heads/master 635888cbe - aab534966 Made rdd.py pep8 complaint by using Autopep8 and a little manual editing. Author: Prashant Sharma prashan...@imaginea.com Closes #1354 from ScrapCodes/pep8-comp-1 and squashes the following commits: 9858ea8

Git Push Summary

2014-07-14 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.0.1-rc3 [created] df393cff3

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

2014-07-14 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 effa69f9c - 70ee14f76 [maven-release-plugin] prepare release v1.0.1-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/70ee14f7 Tree:

git commit: [SPARK-2443][SQL] Fix slow read from partitioned tables

2014-07-14 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 38ccd6ebd - d60b09bb6 [SPARK-2443][SQL] Fix slow read from partitioned tables This fix obtains a comparable performance boost as [PR #1390](https://github.com/apache/spark/pull/1390) by moving an array update and deserializer

git commit: [SPARK-2443][SQL] Fix slow read from partitioned tables

2014-07-14 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.0 baf92a0f2 - 2ec7d7ab7 [SPARK-2443][SQL] Fix slow read from partitioned tables This fix obtains a comparable performance boost as [PR #1390](https://github.com/apache/spark/pull/1390) by moving an array update and deserializer

git commit: [SPARK-1946] Submit tasks after (configured ratio) executors have been registered

2014-07-14 Thread tgraves
Repository: spark Updated Branches: refs/heads/master d60b09bb6 - 3dd8af7a6 [SPARK-1946] Submit tasks after (configured ratio) executors have been registered Because submitting tasks and registering executors are asynchronous, in most situation, early stages' tasks run without preferred

Subscribe

2014-07-14 Thread Mubarak Seyed

git commit: [SPARK-2446][SQL] Add BinaryType support to Parquet I/O.

2014-07-14 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 3dd8af7a6 - 9fe693b5b [SPARK-2446][SQL] Add BinaryType support to Parquet I/O. Note that this commit changes the semantics when loading in data that was created with prior versions of Spark SQL. Before, we were writing out strings as