spark git commit: [SPARK-23518][SQL] Avoid metastore access when the users only want to read and write data frames

2018-03-02 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 0b6ceadeb -> 3a4d15e5d [SPARK-23518][SQL] Avoid metastore access when the users only want to read and write data frames ## What changes were proposed in this pull request? https://github.com/apache/spark/pull/18944 added one patch, which

[3/3] spark-website git commit: spark summit 2018 agenda

2018-03-02 Thread lixiao
spark summit 2018 agenda Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/5885a07f Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/5885a07f Diff:

svn commit: r25381 - in /dev/spark/2.3.1-SNAPSHOT-2018_03_02_10_01-8fe20e1-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-03-02 Thread pwendell
Author: pwendell Date: Fri Mar 2 18:15:52 2018 New Revision: 25381 Log: Apache Spark 2.3.1-SNAPSHOT-2018_03_02_10_01-8fe20e1 docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

[2/3] spark-website git commit: spark summit 2018 agenda

2018-03-02 Thread lixiao
http://git-wip-us.apache.org/repos/asf/spark-website/blob/5885a07f/site/news/spark-2-3-0-released.html -- diff --git a/site/news/spark-2-3-0-released.html b/site/news/spark-2-3-0-released.html index 0297b18..0ed39bb 100644 ---

[1/3] spark-website git commit: spark summit 2018 agenda

2018-03-02 Thread lixiao
Repository: spark-website Updated Branches: refs/heads/asf-site fefc3ba29 -> 5885a07fd http://git-wip-us.apache.org/repos/asf/spark-website/blob/5885a07f/site/releases/spark-release-1-2-2.html -- diff --git

spark git commit: [SPARKR][DOC] fix link in vignettes

2018-03-02 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 119f6a0e4 -> 0b6ceadeb [SPARKR][DOC] fix link in vignettes ## What changes were proposed in this pull request? Fix doc link that was changed in 2.3 shivaram Author: Felix Cheung Closes #20711 from

spark git commit: [SPARKR][DOC] fix link in vignettes

2018-03-02 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.3 56cfbd932 -> 8fe20e151 [SPARKR][DOC] fix link in vignettes ## What changes were proposed in this pull request? Fix doc link that was changed in 2.3 shivaram Author: Felix Cheung Closes #20711 from

svn commit: r25382 - in /dev/spark/2.4.0-SNAPSHOT-2018_03_02_12_01-3a4d15e-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-03-02 Thread pwendell
Author: pwendell Date: Fri Mar 2 20:15:26 2018 New Revision: 25382 Log: Apache Spark 2.4.0-SNAPSHOT-2018_03_02_12_01-3a4d15e docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23097][SQL][SS] Migrate text socket source to V2

2018-03-02 Thread tdas
Repository: spark Updated Branches: refs/heads/master 3a4d15e5d -> 707e6506d [SPARK-23097][SQL][SS] Migrate text socket source to V2 ## What changes were proposed in this pull request? This PR moves structured streaming text socket source to V2. Questions: do we need to remove old "socket"

spark git commit: [SPARK-23514][FOLLOW-UP] Remove more places using sparkContext.hadoopConfiguration directly

2018-03-02 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 9e26473c0 -> dea381dfa [SPARK-23514][FOLLOW-UP] Remove more places using sparkContext.hadoopConfiguration directly ## What changes were proposed in this pull request? In https://github.com/apache/spark/pull/20679 I missed a few places in

svn commit: r25388 - in /dev/spark/2.3.1-SNAPSHOT-2018_03_02_18_01-f12fa13-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-03-02 Thread pwendell
Author: pwendell Date: Sat Mar 3 02:16:18 2018 New Revision: 25388 Log: Apache Spark 2.3.1-SNAPSHOT-2018_03_02_18_01-f12fa13 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: r25389 - in /dev/spark/2.4.0-SNAPSHOT-2018_03_02_20_01-486f99e-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-03-02 Thread pwendell
Author: pwendell Date: Sat Mar 3 04:16:26 2018 New Revision: 25389 Log: Apache Spark 2.4.0-SNAPSHOT-2018_03_02_20_01-486f99e docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23570][SQL] Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite

2018-03-02 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 707e6506d -> 487377e69 [SPARK-23570][SQL] Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite ## What changes were proposed in this pull request? Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite since Spark 2.3.0 is released for

spark git commit: [SPARK-23570][SQL] Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite

2018-03-02 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 8fe20e151 -> f12fa13f1 [SPARK-23570][SQL] Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite ## What changes were proposed in this pull request? Add Spark 2.3.0 in HiveExternalCatalogVersionsSuite since Spark 2.3.0 is released for

spark git commit: [SPARK-3159][ML] Add decision tree pruning

2018-03-02 Thread seth
Repository: spark Updated Branches: refs/heads/master 487377e69 -> 9e26473c0 [SPARK-3159][ML] Add decision tree pruning ## What changes were proposed in this pull request? Added subtree pruning in the translation from LearningNode to Node: a learning node having a single prediction value

svn commit: r25387 - in /dev/spark/2.4.0-SNAPSHOT-2018_03_02_16_01-487377e-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-03-02 Thread pwendell
Author: pwendell Date: Sat Mar 3 00:15:25 2018 New Revision: 25387 Log: Apache Spark 2.4.0-SNAPSHOT-2018_03_02_16_01-487377e docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark-website git commit: Redirect mean.html to column_aggregate_functions

2018-03-02 Thread shivaram
Repository: spark-website Updated Branches: refs/heads/asf-site 5885a07fd -> 2c2f85561 Redirect mean.html to column_aggregate_functions This is a temporary fix to handle SparkR 2.3.0 where the vignette contains a link to mean.html Project:

svn commit: r25362 - in /dev/spark/2.4.0-SNAPSHOT-2018_03_02_00_01-119f6a0-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-03-02 Thread pwendell
Author: pwendell Date: Fri Mar 2 08:16:22 2018 New Revision: 25362 Log: Apache Spark 2.4.0-SNAPSHOT-2018_03_02_00_01-119f6a0 docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r25365 - in /dev/spark/2.3.1-SNAPSHOT-2018_03_02_02_01-56cfbd9-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-03-02 Thread pwendell
Author: pwendell Date: Fri Mar 2 10:15:43 2018 New Revision: 25365 Log: Apache Spark 2.3.1-SNAPSHOT-2018_03_02_02_01-56cfbd9 docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]