spark git commit: Revert "[SPARK-18646][REPL] Set parent classloader as null for ExecutorClassLoader"

2017-07-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 39eba3053 -> cf0719b5e Revert "[SPARK-18646][REPL] Set parent classloader as null for ExecutorClassLoader" This reverts commit 39eba3053ac99f03d9df56471bae5fc5cc9f4462. Project: http://git-wip-us.apache.org/repos/asf/spark/repo

spark git commit: [SPARK-18646][REPL] Set parent classloader as null for ExecutorClassLoader

2017-07-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 780586a9f -> e08d06b37 [SPARK-18646][REPL] Set parent classloader as null for ExecutorClassLoader ## What changes were proposed in this pull request? `ClassLoader` will preferentially load class from `parent`. Only when `parent` is null

spark git commit: [SPARK-18646][REPL] Set parent classloader as null for ExecutorClassLoader

2017-07-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 cb6fc89ba -> 39eba3053 [SPARK-18646][REPL] Set parent classloader as null for ExecutorClassLoader ## What changes were proposed in this pull request? `ClassLoader` will preferentially load class from `parent`. Only when `parent` is

spark-website git commit: More 2.2.0 Release Notes

2017-07-12 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 40f588bb5 -> 869f8a6fb More 2.2.0 Release Notes Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/869f8a6f Tree:

spark-website git commit: Fix 2.2.0 contributor list

2017-07-12 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 2fac17731 -> 40f588bb5 Fix 2.2.0 contributor list Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/40f588bb Tree:

spark git commit: [SPARK-17701][SQL] Refactor RowDataSourceScanExec so its sameResult call does not compare strings

2017-07-12 Thread lixiao
Repository: spark Updated Branches: refs/heads/master d2d2a5de1 -> 780586a9f [SPARK-17701][SQL] Refactor RowDataSourceScanExec so its sameResult call does not compare strings ## What changes were proposed in this pull request? Currently, `RowDataSourceScanExec` and `FileSourceScanExec` rely

spark git commit: [SPARK-18619][ML] Make QuantileDiscretizer/Bucketizer/StringIndexer/RFormula inherit from HasHandleInvalid

2017-07-12 Thread yliang
Repository: spark Updated Branches: refs/heads/master aaad34dc2 -> d2d2a5de1 [SPARK-18619][ML] Make QuantileDiscretizer/Bucketizer/StringIndexer/RFormula inherit from HasHandleInvalid ## What changes were proposed in this pull request? 1, HasHandleInvaild support override 2, Make

spark-website git commit: Patch references to docs/programming-guide.html to docs/rdd-programming-guide.html

2017-07-12 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 1c7fd01e9 -> 2fac17731 Patch references to docs/programming-guide.html to docs/rdd-programming-guide.html Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit:

spark git commit: [SPARK-21007][SQL] Add SQL function - RIGHT && LEFT

2017-07-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 5ed134ee2 -> aaad34dc2 [SPARK-21007][SQL] Add SQL function - RIGHT && LEFT ## What changes were proposed in this pull request? Add SQL function - RIGHT && LEFT, same as MySQL:

spark-website git commit: Add note about CVE-2017-7678

2017-07-12 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site f2d5d2a68 -> 1c7fd01e9 Add note about CVE-2017-7678 Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/1c7fd01e Tree:

spark git commit: [SPARK-21305][ML][MLLIB] Add options to disable multi-threading of native BLAS

2017-07-12 Thread srowen
Repository: spark Updated Branches: refs/heads/master f587d2e3f -> 5ed134ee2 [SPARK-21305][ML][MLLIB] Add options to disable multi-threading of native BLAS ## What changes were proposed in this pull request? Many ML/MLLIB algorithms use native BLAS (like Intel MKL, ATLAS, OpenBLAS) to

spark git commit: [SPARK-20842][SQL] Upgrade to 1.2.2 for Hive Metastore Client 1.2

2017-07-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e0af76a36 -> f587d2e3f [SPARK-20842][SQL] Upgrade to 1.2.2 for Hive Metastore Client 1.2 ### What changes were proposed in this pull request? Hive 1.2.2 release is available. Below is the list of bugs fixed in 1.2.2

spark git commit: [SPARK-21370][SS] Add test for state reliability when one read-only state store aborts after read-write state store commits

2017-07-12 Thread tdas
Repository: spark Updated Branches: refs/heads/master e16e8c7ad -> e0af76a36 [SPARK-21370][SS] Add test for state reliability when one read-only state store aborts after read-write state store commits ## What changes were proposed in this pull request? During Streaming Aggregation, we have

spark git commit: [SPARK-21146][CORE] Master/Worker should handle and shutdown when any thread gets UncaughtException

2017-07-12 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 24367f23f -> e16e8c7ad [SPARK-21146][CORE] Master/Worker should handle and shutdown when any thread gets UncaughtException ## What changes were proposed in this pull request? Adding the default UncaughtExceptionHandler to the Worker. ##

spark git commit: [SPARK-21219][CORE] Task retry occurs on same executor due to race co…

2017-07-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 399aa016e -> cb6fc89ba [SPARK-21219][CORE] Task retry occurs on same executor due to race co… …ndition with blacklisting There's a race condition in the current TaskSetManager where a failed task is added for retry

spark git commit: [SPARK-21382] The note about Scala 2.10 in building-spark.md is wrong.

2017-07-12 Thread rxin
Repository: spark Updated Branches: refs/heads/master 2cbfc975b -> 24367f23f [SPARK-21382] The note about Scala 2.10 in building-spark.md is wrong. [https://issues.apache.org/jira/browse/SPARK-21382](https://issues.apache.org/jira/browse/SPARK-21382) There should be "Note that support for