spark git commit: [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.

2016-08-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 601c649d0 -> bbbd3cb15 [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option. ## What changes were proposed in this pull request? For ORC source, Spark SQL has a writer option `compression`, which is used to set

spark git commit: [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option.

2016-08-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e17a76efd -> bb2b9d0a4 [SPARK-16610][SQL] Add `orc.compress` as an alias for `compression` option. ## What changes were proposed in this pull request? For ORC source, Spark SQL has a writer option `compression`, which is used to set the

spark git commit: [SPARK-16563][SQL] fix spark sql thrift server FetchResults bug

2016-08-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 6fc54b776 -> 601c649d0 [SPARK-16563][SQL] fix spark sql thrift server FetchResults bug ## What changes were proposed in this pull request? Add a constant iterator which point to head of result. The header will be used to reset

spark git commit: [SPARK-16563][SQL] fix spark sql thrift server FetchResults bug

2016-08-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master bca43cd63 -> e17a76efd [SPARK-16563][SQL] fix spark sql thrift server FetchResults bug ## What changes were proposed in this pull request? Add a constant iterator which point to head of result. The header will be used to reset iterator

spark git commit: [SPARK-16898][SQL] Adds argument type information for typed logical plan like MapElements, TypedFilter, and AppendColumn

2016-08-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master df1065883 -> bca43cd63 [SPARK-16898][SQL] Adds argument type information for typed logical plan like MapElements, TypedFilter, and AppendColumn ## What changes were proposed in this pull request? This PR adds argument type information

spark git commit: [SPARK-16749][SQL] Simplify processing logic in LEAD/LAG processing.

2016-08-08 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 53d1c7877 -> df1065883 [SPARK-16749][SQL] Simplify processing logic in LEAD/LAG processing. ## What changes were proposed in this pull request? The logic for LEAD/LAG processing is more complex that it needs to be. This PR fixes that. ##

spark git commit: Update docs to include SASL support for RPC

2016-08-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 9748a2928 -> 6fc54b776 Update docs to include SASL support for RPC ## What changes were proposed in this pull request? Update docs to include SASL support for RPC Evidence:

spark git commit: Update docs to include SASL support for RPC

2016-08-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9216901d5 -> 53d1c7877 Update docs to include SASL support for RPC ## What changes were proposed in this pull request? Update docs to include SASL support for RPC Evidence:

spark git commit: [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add much and remove whitelisting

2016-08-08 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 865023905 -> 9216901d5 [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add much and remove whitelisting ## What changes were proposed in this pull request? Avoid using postfix operation for command execution in

spark git commit: [SPARK-16953] Make requestTotalExecutors public Developer API to be consistent with requestExecutors/killExecutors

2016-08-08 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-2.0 69e278ebc -> 9748a2928 [SPARK-16953] Make requestTotalExecutors public Developer API to be consistent with requestExecutors/killExecutors ## What changes were proposed in this pull request? RequestExecutors and killExecutor are

spark git commit: [SPARK-16953] Make requestTotalExecutors public Developer API to be consistent with requestExecutors/killExecutors

2016-08-08 Thread tdas
Repository: spark Updated Branches: refs/heads/master 1739e75fe -> 865023905 [SPARK-16953] Make requestTotalExecutors public Developer API to be consistent with requestExecutors/killExecutors ## What changes were proposed in this pull request? RequestExecutors and killExecutor are public

spark git commit: [SPARK-16586][CORE] Handle JVM errors printed to stdout.

2016-08-08 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 b8a7958aa -> 69e278ebc [SPARK-16586][CORE] Handle JVM errors printed to stdout. Some very rare JVM errors are printed to stdout, and that confuses the code in spark-class. So add a check so that those cases are detected and the proper

spark git commit: [SPARK-16936][SQL] Case Sensitivity Support for Refresh Temp Table

2016-08-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master ab126909c -> 5959df217 [SPARK-16936][SQL] Case Sensitivity Support for Refresh Temp Table ### What changes were proposed in this pull request? Currently, the `refreshTable` API is always case sensitive. When users use the view name

spark git commit: [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clause

2016-08-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 f37ed6e70 -> ca0c6e673 [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clause What changes were proposed in this pull request? When doing a CTAS with a Partition By clause, we got a wrong error message. For

spark git commit: [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clause

2016-08-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 94a9d11ed -> ab126909c [SPARK-16457][SQL] Fix Wrong Messages when CTAS with a Partition By Clause What changes were proposed in this pull request? When doing a CTAS with a Partition By clause, we got a wrong error message. For

spark git commit: [SPARK-16804][SQL] Correlated subqueries containing non-deterministic operations return incorrect results

2016-08-08 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master e10ca8de4 -> 06f5dc841 [SPARK-16804][SQL] Correlated subqueries containing non-deterministic operations return incorrect results ## What changes were proposed in this pull request? This patch fixes the incorrect results in the rule

spark git commit: [SPARK-16945] Fix Java Lint errors

2016-08-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1db1c6567 -> e10ca8de4 [SPARK-16945] Fix Java Lint errors ## What changes were proposed in this pull request? This PR is to fix the minor Java linter errors as following: [ERROR]

spark git commit: [SPARK-16404][ML] LeastSquaresAggregators serializes unnecessary data

2016-08-08 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master e076fb05a -> 1db1c6567 [SPARK-16404][ML] LeastSquaresAggregators serializes unnecessary data ## What changes were proposed in this pull request? Similar to `LogisticAggregator`, `LeastSquaresAggregator` used for linear regression ends up