spark git commit: [SPARK-23020] Ignore Flaky Test: SparkLauncherSuite.testInProcessLauncher in Spark 2.3

2018-01-28 Thread sameerag
Repository: spark Updated Branches: refs/heads/branch-2.3 588b9694c -> 5dda5db12 [SPARK-23020] Ignore Flaky Test: SparkLauncherSuite.testInProcessLauncher in Spark 2.3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

svn commit: r24507 - in /dev/spark/2.3.1-SNAPSHOT-2018_01_28_22_01-588b969-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-01-28 Thread pwendell
Author: pwendell Date: Mon Jan 29 06:16:19 2018 New Revision: 24507 Log: Apache Spark 2.3.1-SNAPSHOT-2018_01_28_22_01-588b969 docs [This commit notification would consist of 1440 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23196] Unify continuous and microbatch V2 sinks

2018-01-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 686a622c9 -> 49b0207dc [SPARK-23196] Unify continuous and microbatch V2 sinks ## What changes were proposed in this pull request? Replace streaming V2 sinks with a unified StreamWriteSupport interface, with a shim to use it with

spark git commit: [SPARK-23196] Unify continuous and microbatch V2 sinks

2018-01-28 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 7ca2cd463 -> 588b9694c [SPARK-23196] Unify continuous and microbatch V2 sinks ## What changes were proposed in this pull request? Replace streaming V2 sinks with a unified StreamWriteSupport interface, with a shim to use it with

svn commit: r24506 - in /dev/spark/2.4.0-SNAPSHOT-2018_01_28_16_01-686a622-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-01-28 Thread pwendell
Author: pwendell Date: Mon Jan 29 00:15:47 2018 New Revision: 24506 Log: Apache Spark 2.4.0-SNAPSHOT-2018_01_28_16_01-686a622 docs [This commit notification would consist of 1442 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r24504 - in /dev/spark/2.3.1-SNAPSHOT-2018_01_28_14_01-7ca2cd4-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-01-28 Thread pwendell
Author: pwendell Date: Sun Jan 28 22:15:34 2018 New Revision: 24504 Log: Apache Spark 2.3.1-SNAPSHOT-2018_01_28_14_01-7ca2cd4 docs [This commit notification would consist of 1441 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23250][DOCS] Typo in JavaDoc/ScalaDoc for DataFrameWriter

2018-01-28 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.3 8ff0cc48b -> 7ca2cd463 [SPARK-23250][DOCS] Typo in JavaDoc/ScalaDoc for DataFrameWriter ## What changes were proposed in this pull request? Fix typo in ScalaDoc for DataFrameWriter - originally stated "This is applicable for all

spark git commit: [SPARK-23250][DOCS] Typo in JavaDoc/ScalaDoc for DataFrameWriter

2018-01-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master c40fda9e4 -> 686a622c9 [SPARK-23250][DOCS] Typo in JavaDoc/ScalaDoc for DataFrameWriter ## What changes were proposed in this pull request? Fix typo in ScalaDoc for DataFrameWriter - originally stated "This is applicable for all

svn commit: r24501 - in /dev/spark/2.4.0-SNAPSHOT-2018_01_28_12_01-c40fda9-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-01-28 Thread pwendell
Author: pwendell Date: Sun Jan 28 20:16:19 2018 New Revision: 24501 Log: Apache Spark 2.4.0-SNAPSHOT-2018_01_28_12_01-c40fda9 docs [This commit notification would consist of 1442 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23166][ML] Add maxDF Parameter to CountVectorizer

2018-01-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master b8c32dc57 -> c40fda9e4 [SPARK-23166][ML] Add maxDF Parameter to CountVectorizer ## What changes were proposed in this pull request? Currently, the CountVectorizer has a minDF parameter. It might be useful to also have a maxDF parameter.