spark git commit: [SPARK-19949][SQL][FOLLOW-UP] move FailureSafeParser from catalyst to sql core

2017-03-25 Thread lixiao
Repository: spark Updated Branches: refs/heads/master be85245a9 -> 0b903caef [SPARK-19949][SQL][FOLLOW-UP] move FailureSafeParser from catalyst to sql core ## What changes were proposed in this pull request? The `FailureSafeParser` is only used in sql core, it doesn't make sense to put it

spark git commit: [SPARK-17137][ML][WIP] Compress logistic regression coefficients

2017-03-25 Thread dbtsai
Repository: spark Updated Branches: refs/heads/master e8ddb91c7 -> be85245a9 [SPARK-17137][ML][WIP] Compress logistic regression coefficients ## What changes were proposed in this pull request? Use the new `compressed` method on matrices to store the logistic regression coefficients as

spark git commit: [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to …

2017-03-25 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 92f0b012d -> d989434e4 [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to … [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the execution when merging all accumulator updates N.B. This is a

spark git commit: [SPARK-20078][MESOS] Mesos executor configurability for task name and labels

2017-03-25 Thread srowen
Repository: spark Updated Branches: refs/heads/master a2ce0a2e3 -> e8ddb91c7 [SPARK-20078][MESOS] Mesos executor configurability for task name and labels ## What changes were proposed in this pull request? Adding configurable mesos executor names and labels using `spark.mesos.task.name` and

spark git commit: [HOTFIX][SQL] Fix the failed test cases in GeneratorFunctionSuite

2017-03-25 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 0a6c50711 -> a2ce0a2e3 [HOTFIX][SQL] Fix the failed test cases in GeneratorFunctionSuite ### What changes were proposed in this pull request? Multiple tests failed. Revert the changes on `supportCodegen` of `GenerateExec`. For example, -