svn commit: r28762 - in /dev/spark/2.4.0-SNAPSHOT-2018_08_15_20_02-a791c29-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-08-15 Thread pwendell
Author: pwendell Date: Thu Aug 16 03:16:30 2018 New Revision: 28762 Log: Apache Spark 2.4.0-SNAPSHOT-2018_08_15_20_02-a791c29 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-23984][K8S] Changed Python Version config to be camelCase

2018-08-15 Thread mcheah
Repository: spark Updated Branches: refs/heads/master 717f58e9c -> a791c29bd [SPARK-23984][K8S] Changed Python Version config to be camelCase ## What changes were proposed in this pull request? Small formatting change to have Python Version be camelCase as per request during PR review. ##

svn commit: r28760 - in /dev/spark/2.4.0-SNAPSHOT-2018_08_15_16_02-717f58e-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-08-15 Thread pwendell
Author: pwendell Date: Wed Aug 15 23:15:55 2018 New Revision: 28760 Log: Apache Spark 2.4.0-SNAPSHOT-2018_08_15_16_02-717f58e 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-24685][BUILD] Restore support for building old Hadoop versions of 2.1.

2018-08-15 Thread vanzin
Repository: spark Updated Branches: refs/heads/master bfb74394a -> 717f58e9c [SPARK-24685][BUILD] Restore support for building old Hadoop versions of 2.1. Update the release scripts to build binary packages for older versions of Hadoop when building Spark 2.1. Also did some minor refactoring

spark git commit: [SPARK-24819][CORE] Fail fast when no enough slots to launch the barrier stage on job submitted

2018-08-15 Thread meng
Repository: spark Updated Branches: refs/heads/master 4d8ae0d1c -> bfb74394a [SPARK-24819][CORE] Fail fast when no enough slots to launch the barrier stage on job submitted ## What changes were proposed in this pull request? We shall check whether the barrier stage requires more slots (to

svn commit: r28739 - in /dev/spark/2.4.0-SNAPSHOT-2018_08_15_12_02-4d8ae0d-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-08-15 Thread pwendell
Author: pwendell Date: Wed Aug 15 19:16:29 2018 New Revision: 28739 Log: Apache Spark 2.4.0-SNAPSHOT-2018_08_15_12_02-4d8ae0d 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-25111][BUILD] increment kinesis client/producer & aws-sdk versions

2018-08-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master 19c45db47 -> 4d8ae0d1c [SPARK-25111][BUILD] increment kinesis client/producer & aws-sdk versions This PR has been superceded by #22081 ## What changes were proposed in this pull request? Increment the kinesis client, producer and

svn commit: r28731 - in /dev/spark/2.4.0-SNAPSHOT-2018_08_15_00_01-19c45db-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-08-15 Thread pwendell
Author: pwendell Date: Wed Aug 15 07:16:46 2018 New Revision: 28731 Log: Apache Spark 2.4.0-SNAPSHOT-2018_08_15_00_01-19c45db 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-24505][SQL] Convert strings in codegen to blocks: Cast and BoundAttribute

2018-08-15 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master ed075e1ff -> 19c45db47 [SPARK-24505][SQL] Convert strings in codegen to blocks: Cast and BoundAttribute ## What changes were proposed in this pull request? This is split from #21520. This includes changes of `BoundAttribute` and `Cast`.