svn commit: r27804 - in /dev/spark/2.4.0-SNAPSHOT-2018_06_28_20_01-f6e6899-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-06-28 Thread pwendell
Author: pwendell Date: Fri Jun 29 03:15:44 2018 New Revision: 27804 Log: Apache Spark 2.4.0-SNAPSHOT-2018_06_28_20_01-f6e6899 docs [This commit notification would consist of 1467 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-24386][SS] coalesce(1) aggregates in continuous processing

2018-06-28 Thread tdas
Repository: spark Updated Branches: refs/heads/master 2224861f2 -> f6e6899a8 [SPARK-24386][SS] coalesce(1) aggregates in continuous processing ## What changes were proposed in this pull request? Provide a continuous processing implementation of coalesce(1), as well as allowing aggregates on

svn commit: r27801 - in /dev/spark/2.4.0-SNAPSHOT-2018_06_28_16_01-2224861-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-06-28 Thread pwendell
Author: pwendell Date: Thu Jun 28 23:16:44 2018 New Revision: 27801 Log: Apache Spark 2.4.0-SNAPSHOT-2018_06_28_16_01-2224861 docs [This commit notification would consist of 1467 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark-website git commit: [SPARK-24679] Download page should not link to unreleased code

2018-06-28 Thread vanzin
Repository: spark-website Updated Branches: refs/heads/asf-site 3d00a9da2 -> ac6ba355d [SPARK-24679] Download page should not link to unreleased code Remove instructions to checkout code which will download the full repository including unreleased code. Also remove links to nightly builds as

spark git commit: [SPARK-24439][ML][PYTHON] Add distanceMeasure to BisectingKMeans in PySpark

2018-06-28 Thread cutlerb
Repository: spark Updated Branches: refs/heads/master e1d3f8010 -> 2224861f2 [SPARK-24439][ML][PYTHON] Add distanceMeasure to BisectingKMeans in PySpark ## What changes were proposed in this pull request? add distanceMeasure to BisectingKMeans in Python. ## How was this patch tested?

spark git commit: [SPARK-24408][SQL][DOC] Move abs function to math_funcs group

2018-06-28 Thread holden
Repository: spark Updated Branches: refs/heads/master a95a4af76 -> e1d3f8010 [SPARK-24408][SQL][DOC] Move abs function to math_funcs group ## What changes were proposed in this pull request? A few math functions (`abs` , `bitwiseNOT`, `isnan`, `nanvl`) are not in **math_funcs** group. They

spark git commit: [SPARK-23120][PYSPARK][ML] Add basic PMML export support to PySpark

2018-06-28 Thread holden
Repository: spark Updated Branches: refs/heads/master 524827f06 -> a95a4af76 [SPARK-23120][PYSPARK][ML] Add basic PMML export support to PySpark ## What changes were proposed in this pull request? Adds basic PMML export support for Spark ML stages to PySpark as was previously done in Scala.

spark git commit: [SPARK-14712][ML] LogisticRegressionModel.toString should summarize model

2018-06-28 Thread holden
Repository: spark Updated Branches: refs/heads/master 5b0596648 -> 524827f06 [SPARK-14712][ML] LogisticRegressionModel.toString should summarize model ## What changes were proposed in this pull request? [SPARK-14712](https://issues.apache.org/jira/browse/SPARK-14712) spark.mllib

svn commit: r27791 - in /dev/spark/v2.1.3-rc2-bin: spark-2.1.3-bin-hadoop2.3.tgz spark-2.1.3-bin-hadoop2.3.tgz.asc spark-2.1.3-bin-hadoop2.3.tgz.sha512 spark-2.1.3-bin-hadoop2.4.tgz spark-2.1.3-bin-ha

2018-06-28 Thread vanzin
Author: vanzin Date: Thu Jun 28 18:12:01 2018 New Revision: 27791 Log: Add 2.1.3-rc2 packages for hadoop 2.3 / 2.4. Added: dev/spark/v2.1.3-rc2-bin/spark-2.1.3-bin-hadoop2.3.tgz (with props) dev/spark/v2.1.3-rc2-bin/spark-2.1.3-bin-hadoop2.3.tgz.asc

spark git commit: [SPARK-24564][TEST] Add test suite for RecordBinaryComparator

2018-06-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 6a97e8eb3 -> 5b0596648 [SPARK-24564][TEST] Add test suite for RecordBinaryComparator ## What changes were proposed in this pull request? Add a new test suite to test RecordBinaryComparator. ## How was this patch tested? New test suite.