svn commit: r30701 - in /dev/spark/2.4.1-SNAPSHOT-2018_11_05_22_02-f98c0ad-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-11-05 Thread pwendell
Author: pwendell Date: Tue Nov 6 06:16:56 2018 New Revision: 30701 Log: Apache Spark 2.4.1-SNAPSHOT-2018_11_05_22_02-f98c0ad docs [This commit notification would consist of 1476 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-25946][BUILD] Upgrade ASM to 7.x to support JDK11

2018-11-05 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master cc38abc27 -> 3ed91c9b8 [SPARK-25946][BUILD] Upgrade ASM to 7.x to support JDK11 ## What changes were proposed in this pull request? Upgrade ASM to 7.x to support JDK11 ## How was this patch tested? Existing tests. Closes #22953 from

svn commit: r30698 - in /dev/spark/3.0.0-SNAPSHOT-2018_11_05_20_02-cc38abc-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-11-05 Thread pwendell
Author: pwendell Date: Tue Nov 6 04:16:52 2018 New Revision: 30698 Log: Apache Spark 3.0.0-SNAPSHOT-2018_11_05_20_02-cc38abc docs [This commit notification would consist of 1471 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-25906][SHELL] Documents '-I' option (from Scala REPL) in spark-shell

2018-11-05 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.4 8526f2ee5 -> f98c0ad02 [SPARK-25906][SHELL] Documents '-I' option (from Scala REPL) in spark-shell ## What changes were proposed in this pull request? This PR targets to document `-I` option from Spark 2.4.x (previously `-i` option

spark git commit: [SPARK-25906][SHELL] Documents '-I' option (from Scala REPL) in spark-shell

2018-11-05 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 78fa1be29 -> cc38abc27 [SPARK-25906][SHELL] Documents '-I' option (from Scala REPL) in spark-shell ## What changes were proposed in this pull request? This PR targets to document `-I` option from Spark 2.4.x (previously `-i` option until

svn commit: r30695 - in /dev/spark/2.4.1-SNAPSHOT-2018_11_05_18_02-8526f2e-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-11-05 Thread pwendell
Author: pwendell Date: Tue Nov 6 02:16:58 2018 New Revision: 30695 Log: Apache Spark 2.4.1-SNAPSHOT-2018_11_05_18_02-8526f2e docs [This commit notification would consist of 1476 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-25926][CORE] Move config entries in core module to internal.config.

2018-11-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master c0d1bf032 -> 78fa1be29 [SPARK-25926][CORE] Move config entries in core module to internal.config. ## What changes were proposed in this pull request? Currently definitions of config entries in `core` module are in several files

svn commit: r30694 - in /dev/spark/3.0.0-SNAPSHOT-2018_11_05_16_02-c0d1bf0-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-11-05 Thread pwendell
Author: pwendell Date: Tue Nov 6 00:17:02 2018 New Revision: 30694 Log: Apache Spark 3.0.0-SNAPSHOT-2018_11_05_16_02-c0d1bf0 docs [This commit notification would consist of 1471 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [MINOR] Fix typos and misspellings

2018-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.4 af2ec972d -> 8526f2ee5 [MINOR] Fix typos and misspellings ## What changes were proposed in this pull request? Fix typos and misspellings, per https://github.com/apache/spark-website/pull/158#issuecomment-435790366 ## How was this

spark git commit: [MINOR] Fix typos and misspellings

2018-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0b5917000 -> c0d1bf032 [MINOR] Fix typos and misspellings ## What changes were proposed in this pull request? Fix typos and misspellings, per https://github.com/apache/spark-website/pull/158#issuecomment-435790366 ## How was this patch

spark git commit: [SPARK-25764][ML][EXAMPLES] Update BisectingKMeans example to use ClusteringEvaluator

2018-11-05 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master 486acda8c -> 0b5917000 [SPARK-25764][ML][EXAMPLES] Update BisectingKMeans example to use ClusteringEvaluator ## What changes were proposed in this pull request? Using `computeCost` for evaluating a model is a very poor approach. We

spark git commit: [SPARK-25944][R][BUILD] AppVeyor change to latest R version (3.5.1)

2018-11-05 Thread dongjoon
Repository: spark Updated Branches: refs/heads/master fc10c898f -> 486acda8c [SPARK-25944][R][BUILD] AppVeyor change to latest R version (3.5.1) ## What changes were proposed in this pull request? R 3.5.1 is released 2018-07-02. This PR targets to changes R version from 3.4.1 to 3.5.1. ##

spark git commit: [SPARK-25758][ML] Deprecate computeCost in BisectingKMeans

2018-11-05 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master fc65b4af0 -> fc10c898f [SPARK-25758][ML] Deprecate computeCost in BisectingKMeans ## What changes were proposed in this pull request? The PR proposes to deprecate the `computeCost` method on `BisectingKMeans` in favor of the adoption of

svn commit: r30684 - in /dev/spark/2.4.1-SNAPSHOT-2018_11_05_10_03-af2ec97-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-11-05 Thread pwendell
Author: pwendell Date: Mon Nov 5 18:18:32 2018 New Revision: 30684 Log: Apache Spark 2.4.1-SNAPSHOT-2018_11_05_10_03-af2ec97 docs [This commit notification would consist of 1476 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r30683 - in /dev/spark/3.0.0-SNAPSHOT-2018_11_05_08_03-fc65b4a-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-11-05 Thread pwendell
Author: pwendell Date: Mon Nov 5 16:17:16 2018 New Revision: 30683 Log: Apache Spark 3.0.0-SNAPSHOT-2018_11_05_08_03-fc65b4a docs [This commit notification would consist of 1471 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-25900][WEBUI] When the page number is more than the total page size, then fall back to the first page

2018-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1fb3759f2 -> fc65b4af0 [SPARK-25900][WEBUI] When the page number is more than the total page size, then fall back to the first page ## What changes were proposed in this pull request? When we give the page number more than the maximum

spark git commit: [SPARK-25930][K8S] Fix scala string detection in k8s tests

2018-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.4 5bc4e7d1a -> af2ec972d [SPARK-25930][K8S] Fix scala string detection in k8s tests ## What changes were proposed in this pull request? - Issue is described in detail in [SPARK-25930](https://issues.apache.org/jira/browse/SPARK-25930).

spark git commit: [SPARK-25930][K8S] Fix scala string detection in k8s tests

2018-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/master e017cb396 -> 1fb3759f2 [SPARK-25930][K8S] Fix scala string detection in k8s tests ## What changes were proposed in this pull request? - Issue is described in detail in [SPARK-25930](https://issues.apache.org/jira/browse/SPARK-25930).

spark git commit: [SPARK-25850][SQL] Make the split threshold for the code generated function configurable

2018-11-05 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 4afb35033 -> e017cb396 [SPARK-25850][SQL] Make the split threshold for the code generated function configurable ## What changes were proposed in this pull request? As per the discussion in

svn commit: r30654 - in /dev/spark/3.0.0-SNAPSHOT-2018_11_05_00_02-4afb350-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-11-05 Thread pwendell
Author: pwendell Date: Mon Nov 5 08:17:27 2018 New Revision: 30654 Log: Apache Spark 3.0.0-SNAPSHOT-2018_11_05_00_02-4afb350 docs [This commit notification would consist of 1471 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]