[spark] Git Push Summary

2018-02-27 Thread sameerag
Repository: spark Updated Tags: refs/tags/v2.3.0-rc5 [deleted] 992447fb3 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[spark] Git Push Summary

2018-02-27 Thread sameerag
Repository: spark Updated Tags: refs/tags/v2.3.0 [created] 992447fb3 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r25325 - in /dev/spark: 2.3.0-SNAPSHOT-2017_12_09_08_01-ab1b6ee-docs/ 2.3.0-SNAPSHOT-2017_12_11_00_01-4289ac9-docs/ 2.3.0-SNAPSHOT-2017_12_11_08_01-6cc7021-docs/ 2.3.0-SNAPSHOT-2017_12_11_

2018-02-27 Thread sameerag
Author: sameerag Date: Wed Feb 28 07:28:47 2018 New Revision: 25325 Log: Removing extraneous doc snapshot uploads Removed: dev/spark/2.3.0-SNAPSHOT-2017_12_09_08_01-ab1b6ee-docs/ dev/spark/2.3.0-SNAPSHOT-2017_12_11_00_01-4289ac9-docs/

svn commit: r25324 - /dev/spark/v2.3.0-rc5-bin/ /release/spark/spark-2.3.0/

2018-02-27 Thread yhuai
Author: yhuai Date: Wed Feb 28 07:25:53 2018 New Revision: 25324 Log: Releasing Apache Spark 2.3.0 Added: release/spark/spark-2.3.0/ - copied from r25323, dev/spark/v2.3.0-rc5-bin/ Removed: dev/spark/v2.3.0-rc5-bin/

svn commit: r25323 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_27_22_01-fe9cb4a-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-02-27 Thread pwendell
Author: pwendell Date: Wed Feb 28 06:16:02 2018 New Revision: 25323 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_27_22_01-fe9cb4a 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: r25321 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_27_20_01-b14993e-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-02-27 Thread pwendell
Author: pwendell Date: Wed Feb 28 04:17:40 2018 New Revision: 25321 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_27_20_01-b14993e 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-23448][SQL] Clarify JSON and CSV parser behavior in document

2018-02-27 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.3 30242b664 -> fe9cb4afe [SPARK-23448][SQL] Clarify JSON and CSV parser behavior in document ## What changes were proposed in this pull request? Clarify JSON and CSV reader behavior in document. JSON doesn't support partial results for

spark git commit: [SPARK-23448][SQL] Clarify JSON and CSV parser behavior in document

2018-02-27 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 23ac3aaba -> b14993e1f [SPARK-23448][SQL] Clarify JSON and CSV parser behavior in document ## What changes were proposed in this pull request? Clarify JSON and CSV reader behavior in document. JSON doesn't support partial results for

spark git commit: [SPARK-23417][PYTHON] Fix the build instructions supplied by exception messages in python streaming tests

2018-02-27 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 598446b74 -> 23ac3aaba [SPARK-23417][PYTHON] Fix the build instructions supplied by exception messages in python streaming tests ## What changes were proposed in this pull request? Fix the build instructions supplied by exception

svn commit: r25320 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_27_14_01-30242b6-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-02-27 Thread pwendell
Author: pwendell Date: Tue Feb 27 22:16:01 2018 New Revision: 25320 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_27_14_01-30242b6 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: r25318 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_27_12_01-598446b-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-02-27 Thread pwendell
Author: pwendell Date: Tue Feb 27 20:15:52 2018 New Revision: 25318 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_27_12_01-598446b 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-23501][UI] Refactor AllStagesPage in order to avoid redundant code

2018-02-27 Thread vanzin
Repository: spark Updated Branches: refs/heads/master ecb8b383a -> 598446b74 [SPARK-23501][UI] Refactor AllStagesPage in order to avoid redundant code As suggested in #20651, the code is very redundant in `AllStagesPage` and modifying it is a copy-and-paste work. We should avoid such a

spark git commit: [SPARK-23365][CORE] Do not adjust num executors when killing idle executors.

2018-02-27 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.3 6eee545f9 -> 30242b664 [SPARK-23365][CORE] Do not adjust num executors when killing idle executors. The ExecutorAllocationManager should not adjust the target number of executors when killing idle executors, as it has already adjusted

spark git commit: [SPARK-23365][CORE] Do not adjust num executors when killing idle executors.

2018-02-27 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 414ee867b -> ecb8b383a [SPARK-23365][CORE] Do not adjust num executors when killing idle executors. The ExecutorAllocationManager should not adjust the target number of executors when killing idle executors, as it has already adjusted the

spark git commit: [SPARK-23523][SQL] Fix the incorrect result caused by the rule OptimizeMetadataOnlyQuery

2018-02-27 Thread lixiao
Repository: spark Updated Branches: refs/heads/master eac0b0672 -> 414ee867b [SPARK-23523][SQL] Fix the incorrect result caused by the rule OptimizeMetadataOnlyQuery ## What changes were proposed in this pull request? ```Scala val tablePath = new

svn commit: r25316 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_27_08_01-eac0b06-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-02-27 Thread pwendell
Author: pwendell Date: Tue Feb 27 16:18:08 2018 New Revision: 25316 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_27_08_01-eac0b06 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-17147][STREAMING][KAFKA] Allow non-consecutive offsets

2018-02-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 649ed9c57 -> eac0b0672 [SPARK-17147][STREAMING][KAFKA] Allow non-consecutive offsets ## What changes were proposed in this pull request? Add a configuration spark.streaming.kafka.allowNonConsecutiveOffsets to allow streaming jobs to

spark git commit: [SPARK-23509][BUILD] Upgrade commons-net from 2.2 to 3.1

2018-02-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 8077bb04f -> 649ed9c57 [SPARK-23509][BUILD] Upgrade commons-net from 2.2 to 3.1 ## What changes were proposed in this pull request? This PR avoids version conflicts of `commons-net` by upgrading commons-net from 2.2 to 3.1. We are seeing

svn commit: r25303 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_27_00_01-8077bb0-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-02-27 Thread pwendell
Author: pwendell Date: Tue Feb 27 08:16:51 2018 New Revision: 25303 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_27_00_01-8077bb0 docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]