spark git commit: [SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/master cdd9a2bb1 -> dcfe0c5cd [SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier Added user guide for multilayer perceptron classifier: - Simplified description of the multilayer perceptron classifier - Example code for Scala

spark git commit: [SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 04ef52a5b -> e5e601739 [SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier Added user guide for multilayer perceptron classifier: - Simplified description of the multilayer perceptron classifier - Example code for Sc

spark git commit: [SPARK-10140] [DOC] add target fields to @Since

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/master afe9f03fd -> cdd9a2bb1 [SPARK-10140] [DOC] add target fields to @Since so constructors parameters and public fields can be annotated. rxin MechCoder Author: Xiangrui Meng Closes #8344 from mengxr/SPARK-10140.2. Project: http://git-wip-

spark git commit: [SPARK-10140] [DOC] add target fields to @Since

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 988e838a2 -> 04ef52a5b [SPARK-10140] [DOC] add target fields to @Since so constructors parameters and public fields can be annotated. rxin MechCoder Author: Xiangrui Meng Closes #8344 from mengxr/SPARK-10140.2. (cherry picked from c

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

2015-08-20 Thread pwendell
Preparing development version 1.5.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/988e838a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/988e838a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/988

[1/2] spark git commit: Preparing Spark release v1.5.0-rc1

2015-08-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.5 175c1d9c9 -> 988e838a2 Preparing Spark release v1.5.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4c56ad77 Tree: http://git-wip-us.apache.org/repos/asf/spar

Git Push Summary

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

Git Push Summary

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

[1/2] spark git commit: Preparing Spark release v1.5.0-rc1

2015-08-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.5 2beea65bf -> 175c1d9c9 Preparing Spark release v1.5.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d837d51d Tree: http://git-wip-us.apache.org/repos/asf/spar

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

2015-08-20 Thread pwendell
Preparing development version 1.5.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/175c1d9c Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/175c1d9c Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/175

Git Push Summary

2015-08-20 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.5.0-rc1 [created] d837d51d5 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

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

spark git commit: [SPARK-9400] [SQL] codegen for StringLocate

2015-08-20 Thread davies
Repository: spark Updated Branches: refs/heads/master eaafe139f -> afe9f03fd [SPARK-9400] [SQL] codegen for StringLocate This is based on #7779 , thanks to tarekauel . Fix the conflict and nullability. Closes #7779 and #8274 . Author: Tarek Auel Author: Davies Liu Closes #8330 from davies

spark git commit: [SPARK-9245] [MLLIB] LDA topic assignments

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/master 7cfc0750e -> eaafe139f [SPARK-9245] [MLLIB] LDA topic assignments For each (document, term) pair, return top topic. Note that instances of (doc, term) pairs within a document (a.k.a. "tokens") are exchangeable, so we should provide an es

spark git commit: [SPARK-9245] [MLLIB] LDA topic assignments

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 560ec1268 -> 2beea65bf [SPARK-9245] [MLLIB] LDA topic assignments For each (document, term) pair, return top topic. Note that instances of (doc, term) pairs within a document (a.k.a. "tokens") are exchangeable, so we should provide a

spark git commit: [SPARK-10108] Add since tags to mllib.feature

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 2e0d2a9cc -> 560ec1268 [SPARK-10108] Add since tags to mllib.feature Author: MechCoder Closes #8309 from MechCoder/tags_feature. (cherry picked from commit 7cfc0750e14f2c1b3847e4720cc02150253525a9) Signed-off-by: Xiangrui Meng Pro

spark git commit: [SPARK-10108] Add since tags to mllib.feature

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/master 2a3d98aae -> 7cfc0750e [SPARK-10108] Add since tags to mllib.feature Author: MechCoder Closes #8309 from MechCoder/tags_feature. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/s

spark git commit: [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Java test suite

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 eac31abdf -> 2e0d2a9cc [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Java test suite Otherwise, setters do not return self type. jkbradley avulanov Author: Xiangrui Meng Closes #8342 from mengxr/SPARK-101

spark git commit: [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Java test suite

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/master 907df2fce -> 2a3d98aae [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Java test suite Otherwise, setters do not return self type. jkbradley avulanov Author: Xiangrui Meng Closes #8342 from mengxr/SPARK-10138.

spark git commit: [SQL] [MINOR] remove unnecessary class

2015-08-20 Thread rxin
Repository: spark Updated Branches: refs/heads/master 12de34833 -> 907df2fce [SQL] [MINOR] remove unnecessary class This class is identical to `org.apache.spark.sql.execution.datasources.jdbc. DefaultSource` and is not needed. Author: Wenchen Fan Closes #8334 from cloud-fan/minor. Projec

[1/2] spark git commit: Preparing Spark release v1.5.0-rc1

2015-08-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.5 6026f4fd7 -> eac31abdf Preparing Spark release v1.5.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/99eeac8c Tree: http://git-wip-us.apache.org/repos/asf/spar

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

2015-08-20 Thread pwendell
Preparing development version 1.5.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/eac31abd Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/eac31abd Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/eac

Git Push Summary

2015-08-20 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.5.0-rc1 [created] 99eeac8cc - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2015-08-20 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.5.0-snapshot-20150811 [deleted] 158b2ea7a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2015-08-20 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.5.0-snapshot-20150810 [deleted] 3369ad9bc - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

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

Git Push Summary

2015-08-20 Thread rxin
Repository: spark Updated Tags: refs/tags/v1.5.0-preview-20150812 [deleted] cedce9bdb - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11

2015-08-20 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.5 a1785e3f5 -> 6026f4fd7 [SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11 The current `release-build.sh` has a typo which breaks snapshot publication for Scala 2.11. We should cha

spark git commit: [SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11

2015-08-20 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 85f9a6135 -> 12de34833 [SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which broke snapshot publishing for Scala 2.11 The current `release-build.sh` has a typo which breaks snapshot publication for Scala 2.11. We should change

Git Push Summary

2015-08-20 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.5.0-rc1 [created] 19b92c87a - 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.5.0-SNAPSHOT

2015-08-20 Thread pwendell
Preparing development version 1.5.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a1785e3f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a1785e3f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a17

[1/2] spark git commit: Preparing Spark release v1.5.0-rc1

2015-08-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.5 2f47e099d -> a1785e3f5 Preparing Spark release v1.5.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/19b92c87 Tree: http://git-wip-us.apache.org/repos/asf/spar

[1/2] spark git commit: [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array

2015-08-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.5 a7027e6d3 -> 2f47e099d http://git-wip-us.apache.org/repos/asf/spark/blob/2f47e099/sql/core/src/test/gen-java/org/apache/spark/sql/execution/datasources/parquet/test/avro/ParquetAvroCompat.java

[1/2] spark git commit: [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array

2015-08-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 39e91fe2f -> 85f9a6135 http://git-wip-us.apache.org/repos/asf/spark/blob/85f9a613/sql/core/src/test/gen-java/org/apache/spark/sql/execution/datasources/parquet/test/avro/ParquetAvroCompat.java

[2/2] spark git commit: [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array

2015-08-20 Thread marmbrus
[SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array I caught SPARK-10136 while adding more test cases to `ParquetAvroCompatibilitySuite`. Actual bug fix code lies in `CatalystRowConverter.scala`. Author: Cheng Lian Closes #8341 from liancheng/spark-10136/parquet-avro-n

[2/2] spark git commit: [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array

2015-08-20 Thread marmbrus
[SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array I caught SPARK-10136 while adding more test cases to `ParquetAvroCompatibilitySuite`. Actual bug fix code lies in `CatalystRowConverter.scala`. Author: Cheng Lian Closes #8341 from liancheng/spark-10136/parquet-avro-n

spark git commit: [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal type

2015-08-20 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.5 257e9d727 -> a7027e6d3 [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal type Author: Alex Shkurenko Closes #8239 from ashkurenko/master. (cherry picked from commit 39e91fe2fd43044cc734d55625a3c03284b69f09) Signed

spark git commit: [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal type

2015-08-20 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 52c60537a -> 39e91fe2f [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal type Author: Alex Shkurenko Closes #8239 from ashkurenko/master. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-

spark git commit: [MINOR] [SQL] Fix sphinx warnings in PySpark SQL

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/master b4f4e91c3 -> 52c60537a [MINOR] [SQL] Fix sphinx warnings in PySpark SQL Author: MechCoder Closes #8171 from MechCoder/sql_sphinx. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/

spark git commit: [MINOR] [SQL] Fix sphinx warnings in PySpark SQL

2015-08-20 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 5be517584 -> 257e9d727 [MINOR] [SQL] Fix sphinx warnings in PySpark SQL Author: MechCoder Closes #8171 from MechCoder/sql_sphinx. (cherry picked from commit 52c60537a274af5414f6b0340a4bd7488ef35280) Signed-off-by: Xiangrui Meng Pr

spark git commit: [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key in aggregation.

2015-08-20 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 675e22494 -> 5be517584 [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key in aggregation. This improves performance by ~ 20 - 30% in one of my local test and should fix the performance regression from 1.4 to 1

spark git commit: [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key in aggregation.

2015-08-20 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 43e013542 -> b4f4e91c3 [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key in aggregation. This improves performance by ~ 20 - 30% in one of my local test and should fix the performance regression from 1.4 to 1.5 o

spark git commit: [SPARK-10092] [SQL] Backports #8324 to branch-1.5

2015-08-20 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.5 71aa54755 -> 675e22494 [SPARK-10092] [SQL] Backports #8324 to branch-1.5 Author: Yin Huai Closes #8336 from liancheng/spark-10092/for-branch-1.5. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.a

spark git commit: [SPARK-10092] [SQL] Multi-DB support follow up.

2015-08-20 Thread lian
Repository: spark Updated Branches: refs/heads/master b762f9920 -> 43e013542 [SPARK-10092] [SQL] Multi-DB support follow up. https://issues.apache.org/jira/browse/SPARK-10092 This pr is a follow-up one for Multi-DB support. It has the following changes: * `HiveContext.refreshTable` now accep