spark git commit: [SPARK-23898][SQL] Simplify add & subtract code generation

2018-04-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/master f94f3624e -> 649888415 [SPARK-23898][SQL] Simplify add & subtract code generation ## What changes were proposed in this pull request? Code generation for the `Add` and `Subtract` expressions was not done using the

spark git commit: [SPARK-23947][SQL] Add hashUTF8String convenience method to hasher classes

2018-04-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 61b724724 -> f94f3624e [SPARK-23947][SQL] Add hashUTF8String convenience method to hasher classes ## What changes were proposed in this pull request? Add `hashUTF8String()` to the hasher classes to allow Spark SQL codegen to generate

[3/4] spark-website git commit: Add link to ApacheCon per Branding; fix a few other branding standards issues; fix sitemap.xml refs to localhost

2018-04-09 Thread srowen
http://git-wip-us.apache.org/repos/asf/spark-website/blob/b7513419/site/news/spark-1-4-0-released.html -- diff --git a/site/news/spark-1-4-0-released.html b/site/news/spark-1-4-0-released.html index 0bc4d7d..a72a856 100644 ---

[2/4] spark-website git commit: Add link to ApacheCon per Branding; fix a few other branding standards issues; fix sitemap.xml refs to localhost

2018-04-09 Thread srowen
http://git-wip-us.apache.org/repos/asf/spark-website/blob/b7513419/site/news/submit-talks-to-spark-summit-east-2016.html -- diff --git a/site/news/submit-talks-to-spark-summit-east-2016.html

[1/4] spark-website git commit: Add link to ApacheCon per Branding; fix a few other branding standards issues; fix sitemap.xml refs to localhost

2018-04-09 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 7cb093853 -> b75134190 http://git-wip-us.apache.org/repos/asf/spark-website/blob/b7513419/site/releases/spark-release-2-3-0.html -- diff --git

[4/4] spark-website git commit: Add link to ApacheCon per Branding; fix a few other branding standards issues; fix sitemap.xml refs to localhost

2018-04-09 Thread srowen
Add link to ApacheCon per Branding; fix a few other branding standards issues; fix sitemap.xml refs to localhost Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/b7513419 Tree:

svn commit: r26257 - in /dev/spark/2.4.0-SNAPSHOT-2018_04_09_16_01-61b7247-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-04-09 Thread pwendell
Author: pwendell Date: Mon Apr 9 23:16:18 2018 New Revision: 26257 Log: Apache Spark 2.4.0-SNAPSHOT-2018_04_09_16_01-61b7247 docs [This commit notification would consist of 1457 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r26244 - in /dev/spark/2.3.1-SNAPSHOT-2018_04_09_14_01-0f2aabc-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-04-09 Thread pwendell
Author: pwendell Date: Mon Apr 9 21:15:45 2018 New Revision: 26244 Log: Apache Spark 2.3.1-SNAPSHOT-2018_04_09_14_01-0f2aabc 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: [INFRA] Close stale PRs.

2018-04-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 252468a74 -> 61b724724 [INFRA] Close stale PRs. Closes #20957 Closes #20792 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/61b72472 Tree:

spark git commit: [SPARK-14681][ML] Provide label/impurity stats for spark.ml decision tree nodes

2018-04-09 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 7c1654e21 -> 252468a74 [SPARK-14681][ML] Provide label/impurity stats for spark.ml decision tree nodes ## What changes were proposed in this pull request? API: ``` trait ClassificationNode extends Node def getLabelCount(label: Int):

svn commit: r26241 - in /dev/spark/2.4.0-SNAPSHOT-2018_04_09_12_01-7c1654e-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-04-09 Thread pwendell
Author: pwendell Date: Mon Apr 9 19:17:07 2018 New Revision: 26241 Log: Apache Spark 2.4.0-SNAPSHOT-2018_04_09_12_01-7c1654e docs [This commit notification would consist of 1452 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-22856][SQL] Add wrappers for codegen output and nullability

2018-04-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 10f45bb82 -> 7c1654e21 [SPARK-22856][SQL] Add wrappers for codegen output and nullability ## What changes were proposed in this pull request? The codegen output of `Expression`, aka `ExprCode`, now encapsulates only strings of output

spark git commit: [SPARK-23816][CORE] Killed tasks should ignore FetchFailures.

2018-04-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.3 bf1dabede -> 0f2aabc6b [SPARK-23816][CORE] Killed tasks should ignore FetchFailures. SPARK-19276 ensured that FetchFailures do not get swallowed by other layers of exception handling, but it also meant that a killed task could look

spark git commit: [SPARK-23816][CORE] Killed tasks should ignore FetchFailures.

2018-04-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/master d81f29eca -> 10f45bb82 [SPARK-23816][CORE] Killed tasks should ignore FetchFailures. SPARK-19276 ensured that FetchFailures do not get swallowed by other layers of exception handling, but it also meant that a killed task could look like a

spark git commit: [SPARK-23881][CORE][TEST] Fix flaky test JobCancellationSuite."interruptible iterator of shuffle reader"

2018-04-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.3 1a537a2ad -> bf1dabede [SPARK-23881][CORE][TEST] Fix flaky test JobCancellationSuite."interruptible iterator of shuffle reader" ## What changes were proposed in this pull request? The test case JobCancellationSuite."interruptible

spark git commit: [SPARK-23881][CORE][TEST] Fix flaky test JobCancellationSuite."interruptible iterator of shuffle reader"

2018-04-09 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 32471ba0a -> d81f29eca [SPARK-23881][CORE][TEST] Fix flaky test JobCancellationSuite."interruptible iterator of shuffle reader" ## What changes were proposed in this pull request? The test case JobCancellationSuite."interruptible

svn commit: r26237 - in /dev/spark/2.4.0-SNAPSHOT-2018_04_09_08_01-32471ba-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-04-09 Thread pwendell
Author: pwendell Date: Mon Apr 9 15:16:46 2018 New Revision: 26237 Log: Apache Spark 2.4.0-SNAPSHOT-2018_04_09_08_01-32471ba docs [This commit notification would consist of 1452 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: Fix typo in Python docstring kinesis example

2018-04-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 8d40a79a0 -> 32471ba0a Fix typo in Python docstring kinesis example ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch tested? (Please explain how this patch was