svn commit: r24907 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_09_20_01-6d7c383-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-09 Thread pwendell
Author: pwendell Date: Sat Feb 10 04:15:19 2018 New Revision: 24907 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_09_20_01-6d7c383 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-23186][SQL][BRANCH-2.2] Initialize DriverManager first before loading JDBC Drivers

2018-02-09 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 f65e65313 -> 1b4c6ab44 [SPARK-23186][SQL][BRANCH-2.2] Initialize DriverManager first before loading JDBC Drivers ## What changes were proposed in this pull request? Since some JDBC Drivers have class initialization code to call

svn commit: r24906 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_09_18_01-f3a9a7f-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-09 Thread pwendell
Author: pwendell Date: Sat Feb 10 02:15:21 2018 New Revision: 24906 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_09_18_01-f3a9a7f 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-23275][SQL] fix the thread leaking in hive/tests

2018-02-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 49771ac8d -> f3a9a7f6b [SPARK-23275][SQL] fix the thread leaking in hive/tests ## What changes were proposed in this pull request? This is a follow up of https://github.com/apache/spark/pull/20441. The two lines actually can trigger

spark git commit: [SPARK-23275][SQL] fix the thread leaking in hive/tests

2018-02-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 557938e28 -> 6d7c38330 [SPARK-23275][SQL] fix the thread leaking in hive/tests ## What changes were proposed in this pull request? This is a follow up of https://github.com/apache/spark/pull/20441. The two lines actually can trigger the

spark git commit: [MINOR][HIVE] Typo fixes

2018-02-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 7f10cf83f -> 557938e28 [MINOR][HIVE] Typo fixes ## What changes were proposed in this pull request? Typo fixes (with expanding a Hive property) ## How was this patch tested? local build. Awaiting Jenkins Author: Jacek Laskowski

spark git commit: [MINOR][HIVE] Typo fixes

2018-02-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.3 08eb95f60 -> 49771ac8d [MINOR][HIVE] Typo fixes ## What changes were proposed in this pull request? Typo fixes (with expanding a Hive property) ## How was this patch tested? local build. Awaiting Jenkins Author: Jacek Laskowski

svn commit: r24894 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_09_12_01-7f10cf8-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-09 Thread pwendell
Author: pwendell Date: Fri Feb 9 20:15:31 2018 New Revision: 24894 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_09_12_01-7f10cf8 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-16501][MESOS] Allow providing Mesos principal & secret via files

2018-02-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 0fc26313f -> 7f10cf83f [SPARK-16501][MESOS] Allow providing Mesos principal & secret via files This commit modifies the Mesos submission client to allow the principal and secret to be provided indirectly via files. The path to these files

svn commit: r24892 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_09_10_01-08eb95f-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-09 Thread pwendell
Author: pwendell Date: Fri Feb 9 18:15:03 2018 New Revision: 24892 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_09_10_01-08eb95f 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: r24857 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_09_08_01-0fc2631-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-09 Thread pwendell
Author: pwendell Date: Fri Feb 9 16:15:30 2018 New Revision: 24857 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_09_08_01-0fc2631 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-21860][CORE][FOLLOWUP] fix java style error

2018-02-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master f77270b88 -> 0fc26313f [SPARK-21860][CORE][FOLLOWUP] fix java style error ## What changes were proposed in this pull request? #19077 introduced a Java style error (too long line). Quick fix. ## How was this patch tested? running

spark git commit: [SPARK-23358][CORE] When the number of partitions is greater than 2^28, it will result in an error result

2018-02-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.3 196304a3a -> 08eb95f60 [SPARK-23358][CORE] When the number of partitions is greater than 2^28, it will result in an error result ## What changes were proposed in this pull request? In the `checkIndexAndDataFile`,the `blocks` is the `

spark git commit: [SPARK-23358][CORE] When the number of partitions is greater than 2^28, it will result in an error result

2018-02-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 cb73ecd2f -> f65e65313 [SPARK-23358][CORE] When the number of partitions is greater than 2^28, it will result in an error result ## What changes were proposed in this pull request? In the `checkIndexAndDataFile`,the `blocks` is the `

spark git commit: [SPARK-23358][CORE] When the number of partitions is greater than 2^28, it will result in an error result

2018-02-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4b4ee2601 -> f77270b88 [SPARK-23358][CORE] When the number of partitions is greater than 2^28, it will result in an error result ## What changes were proposed in this pull request? In the `checkIndexAndDataFile`,the `blocks` is the ` Int`

svn commit: r24849 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_09_02_01-196304a-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-09 Thread pwendell
Author: pwendell Date: Fri Feb 9 10:15:40 2018 New Revision: 24849 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_09_02_01-196304a 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: r24846 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_09_00_01-4b4ee26-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-09 Thread pwendell
Author: pwendell Date: Fri Feb 9 08:16:17 2018 New Revision: 24846 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_09_00_01-4b4ee26 docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]