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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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-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
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
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-
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/
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
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
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
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
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
44 matches
Mail list logo