[2/2] spark git commit: Preparing Spark release v1.2.1-rc2

2015-01-27 Thread pwendell
Preparing Spark release v1.2.1-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b77f8767 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b77f8767 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b77f8767 Bra

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

2015-01-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 4026bba79 -> 0a16abadc Preparing development version 1.2.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0a16abad Tree: http://git-wip-us.apache.org/repo

Git Push Summary

2015-01-27 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.2.1-rc2 [created] b77f87673 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

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

2015-01-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 fea9b43ef -> 4026bba79 Revert "Preparing development version 1.2.2-SNAPSHOT" This reverts commit f53a4319ba5f0843c077e64ae5a41e2fac835a5b. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org

[2/2] spark git commit: Revert "Preparing Spark release v1.2.1-rc1"

2015-01-27 Thread pwendell
Revert "Preparing Spark release v1.2.1-rc1" This reverts commit 3e2d7d310b76c293b9ac787f204e6880f508f6ec. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4026bba7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4026bb

spark git commit: [SPARK-5097][SQL] Test cases for DataFrame expressions.

2015-01-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 119f45d61 -> d74373225 [SPARK-5097][SQL] Test cases for DataFrame expressions. Author: Reynold Xin Closes #4235 from rxin/df-tests1 and squashes the following commits: f341db6 [Reynold Xin] [SPARK-5097][SQL] Test cases for DataFrame expr

[2/5] spark git commit: [SPARK-5097][SQL] DataFrame

2015-01-27 Thread rxin
http://git-wip-us.apache.org/repos/asf/spark/blob/119f45d6/sql/core/src/main/scala/org/apache/spark/sql/dsl/package.scala -- diff --git a/sql/core/src/main/scala/org/apache/spark/sql/dsl/package.scala b/sql/core/src/main/scala/org

[3/5] spark git commit: [SPARK-5097][SQL] DataFrame

2015-01-27 Thread rxin
http://git-wip-us.apache.org/repos/asf/spark/blob/119f45d6/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala -- diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala b/sql/core/src/main/scala/org/apa

[1/5] spark git commit: [SPARK-5097][SQL] DataFrame

2015-01-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master b1b35ca2e -> 119f45d61 http://git-wip-us.apache.org/repos/asf/spark/blob/119f45d6/sql/core/src/test/scala/org/apache/spark/sql/execution/TgfSuite.scala -- diff --git a/sql/

[4/5] spark git commit: [SPARK-5097][SQL] DataFrame

2015-01-27 Thread rxin
http://git-wip-us.apache.org/repos/asf/spark/blob/119f45d6/python/pyspark/sql.py -- diff --git a/python/pyspark/sql.py b/python/pyspark/sql.py index 1990323..7d7550c 100644 --- a/python/pyspark/sql.py +++ b/python/pyspark/sql.py @@

[5/5] spark git commit: [SPARK-5097][SQL] DataFrame

2015-01-27 Thread rxin
[SPARK-5097][SQL] DataFrame This pull request redesigns the existing Spark SQL dsl, which already provides data frame like functionalities. TODOs: With the exception of Python support, other tasks can be done in separate, follow-up PRs. - [ ] Audit of the API - [ ] Documentation - [ ] More test

spark git commit: SPARK-5199. FS read metrics should support CombineFileSplits and track bytes from all FSs

2015-01-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/master fdaad4eb0 -> b1b35ca2e SPARK-5199. FS read metrics should support CombineFileSplits and track bytes from all FSs ...mbineFileSplits Author: Sandy Ryza Closes #4050 from sryza/sandy-spark-5199 and squashes the following commits: 864514b

spark git commit: [MLlib] fix python example of ALS in guide

2015-01-27 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.2 80904482e -> fea9b43ef [MLlib] fix python example of ALS in guide fix python example of ALS in guide, use Rating instead of np.array. Author: Davies Liu Closes #4226 from davies/fix_als_guide and squashes the following commits: 1433

spark git commit: [MLlib] fix python example of ALS in guide

2015-01-27 Thread meng
Repository: spark Updated Branches: refs/heads/master ff356e2a2 -> fdaad4eb0 [MLlib] fix python example of ALS in guide fix python example of ALS in guide, use Rating instead of np.array. Author: Davies Liu Closes #4226 from davies/fix_als_guide and squashes the following commits: 1433d76

spark git commit: SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven output

2015-01-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.2 f53a4319b -> 80904482e SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven output Here's one way to make the hashes match what Maven's plugins would create. It takes a little extra footwork since OS X doesn't have th

spark git commit: SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven output

2015-01-27 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 914267484 -> ff356e2a2 SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven output Here's one way to make the hashes match what Maven's plugins would create. It takes a little extra footwork since OS X doesn't have the sa

spark git commit: [SPARK-5321] Support for transposing local matrices

2015-01-27 Thread meng
Repository: spark Updated Branches: refs/heads/master 7b0ed7979 -> 914267484 [SPARK-5321] Support for transposing local matrices Support for transposing local matrices added. The `.transpose` function creates a new object re-using the backing array(s) but switches `numRows` and `numCols`. Op

spark git commit: [SPARK-5419][Mllib] Fix the logic in Vectors.sqdist

2015-01-27 Thread meng
Repository: spark Updated Branches: refs/heads/master d6894b1c5 -> 7b0ed7979 [SPARK-5419][Mllib] Fix the logic in Vectors.sqdist The current implementation in Vectors.sqdist is not efficient because of allocating temp arrays. There is also a bug in the code `v1.indices.length / v1.size < 0.5