svn commit: r26911 - in /dev/spark/2.3.2-SNAPSHOT-2018_05_14_22_01-a886dc2-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-05-14 Thread pwendell
Author: pwendell Date: Tue May 15 05:16:03 2018 New Revision: 26911 Log: Apache Spark 2.3.2-SNAPSHOT-2018_05_14_22_01-a886dc2 docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r26906 - in /dev/spark/2.4.0-SNAPSHOT-2018_05_14_20_01-9059f1e-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-05-14 Thread pwendell
Author: pwendell Date: Tue May 15 03:16:11 2018 New Revision: 26906 Log: Apache Spark 2.4.0-SNAPSHOT-2018_05_14_20_01-9059f1e docs [This commit notification would consist of 1462 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23780][R] Failed to use googleVis library with new SparkR

2018-05-14 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.3 eb7b37350 -> a886dc23a [SPARK-23780][R] Failed to use googleVis library with new SparkR ## What changes were proposed in this pull request? change generic to get it to work with googleVis also fix lintr ## How was this patch tested?

spark git commit: [SPARK-23780][R] Failed to use googleVis library with new SparkR

2018-05-14 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 061e0084c -> 9059f1ee6 [SPARK-23780][R] Failed to use googleVis library with new SparkR ## What changes were proposed in this pull request? change generic to get it to work with googleVis also fix lintr ## How was this patch tested?

[spark] Git Push Summary

2018-05-14 Thread vanzin
Repository: spark Updated Tags: refs/tags/v2.3.1-rc1 [created] cc93bc959 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r26904 - in /dev/spark/2.4.0-SNAPSHOT-2018_05_14_16_01-061e008-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-05-14 Thread pwendell
Author: pwendell Date: Mon May 14 23:15:34 2018 New Revision: 26904 Log: Apache Spark 2.4.0-SNAPSHOT-2018_05_14_16_01-061e008 docs [This commit notification would consist of 1462 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23852][SQL] Add withSQLConf(...) to test case

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.3 a8ee5706a -> 6dfb51557 [SPARK-23852][SQL] Add withSQLConf(...) to test case ## What changes were proposed in this pull request? Add a `withSQLConf(...)` wrapper to force Parquet filter pushdown for a test that relies on it. ## How

spark git commit: [SPARK-23852][SQL] Add withSQLConf(...) to test case

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 8cd83acf4 -> 061e0084c [SPARK-23852][SQL] Add withSQLConf(...) to test case ## What changes were proposed in this pull request? Add a `withSQLConf(...)` wrapper to force Parquet filter pushdown for a test that relies on it. ## How was

svn commit: r26901 - in /dev/spark/2.3.1-SNAPSHOT-2018_05_14_14_01-2f60df0-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-05-14 Thread pwendell
Author: pwendell Date: Mon May 14 21:15:26 2018 New Revision: 26901 Log: Apache Spark 2.3.1-SNAPSHOT-2018_05_14_14_01-2f60df0 docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23852][SQL] Upgrade to Parquet 1.8.3

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.3 2f60df09d -> a8ee5706a [SPARK-23852][SQL] Upgrade to Parquet 1.8.3 ## What changes were proposed in this pull request? Upgrade Parquet dependency to 1.8.3 to avoid PARQUET-1217 ## How was this patch tested? Ran the included new test

spark git commit: [SPARK-24027][SQL] Support MapType with StringType for keys as the root type by from_json

2018-05-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 075d678c8 -> 8cd83acf4 [SPARK-24027][SQL] Support MapType with StringType for keys as the root type by from_json ## What changes were proposed in this pull request? Currently, the from_json function support StructType or ArrayType as the

spark git commit: [SPARK-24155][ML] Instrumentation improvements for clustering

2018-05-14 Thread meng
Repository: spark Updated Branches: refs/heads/master c26f67325 -> 075d678c8 [SPARK-24155][ML] Instrumentation improvements for clustering ## What changes were proposed in this pull request? changed the instrument for all of the clustering methods ## How was this patch tested? N/A Please

svn commit: r26899 - in /dev/spark/2.4.0-SNAPSHOT-2018_05_14_12_03-c26f673-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-05-14 Thread pwendell
Author: pwendell Date: Mon May 14 19:18:09 2018 New Revision: 26899 Log: Apache Spark 2.4.0-SNAPSHOT-2018_05_14_12_03-c26f673 docs [This commit notification would consist of 1462 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available

2018-05-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 1430fa80e -> c26f67325 [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available ## What changes were proposed in this pull request? If there is an exception, it's better to set it as the cause of

spark git commit: [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available

2018-05-14 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 88003f02c -> 2f60df09d [SPARK-24246][SQL] Improve AnalysisException by setting the cause when it's available ## What changes were proposed in this pull request? If there is an exception, it's better to set it as the cause of

spark git commit: [SPARK-24263][R] SparkR java check breaks with openjdk

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.3 867d948a6 -> 88003f02c [SPARK-24263][R] SparkR java check breaks with openjdk ## What changes were proposed in this pull request? Change text to grep for. ## How was this patch tested? manual test Author: Felix Cheung

spark git commit: [SPARK-24263][R] SparkR java check breaks with openjdk

2018-05-14 Thread vanzin
Repository: spark Updated Branches: refs/heads/master b6c50d782 -> 1430fa80e [SPARK-24263][R] SparkR java check breaks with openjdk ## What changes were proposed in this pull request? Change text to grep for. ## How was this patch tested? manual test Author: Felix Cheung