spark git commit: [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in TreeNodeException

2016-07-29 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 a32531a72 -> 7d87fc964 [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in TreeNodeException ## What changes were proposed in this pull request? We do not want SparkExceptions from job failures in the planning phas

spark git commit: [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in TreeNodeException

2016-07-29 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 2182e4322 -> bbc247548 [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in TreeNodeException ## What changes were proposed in this pull request? We do not want SparkExceptions from job failures in the planning phase to

spark git commit: [SPARK-16772][PYTHON][DOCS] Restore "datatype string" to Python API docstrings

2016-07-29 Thread rxin
Repository: spark Updated Branches: refs/heads/master 2c15323ad -> 2182e4322 [SPARK-16772][PYTHON][DOCS] Restore "datatype string" to Python API docstrings ## What changes were proposed in this pull request? This PR corrects [an error made in an earlier PR](https://github.com/apache/spark/pu

spark git commit: [SPARK-16664][SQL] Fix persist call on Data frames with more than 200…

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 03913af30 -> 1b2e6f636 [SPARK-16664][SQL] Fix persist call on Data frames with more than 200… ## What changes were proposed in this pull request? Cherry-pick from d1d5069aa3744d46abd3889abab5f15e9067382a and fix the test case ## How

spark-website git commit: Sync markdown with generated HTML according to what latest jekyll outputs; fix some markdown problems along the way

2016-07-29 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 65ec30e24 -> 7d3c47dd6 Sync markdown with generated HTML according to what latest jekyll outputs; fix some markdown problems along the way Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip

spark git commit: [SPARK-16751][HOTFIX] Also update hadoop-1 deps file to reflect derby 10.12.1.1 security fix

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 f445cce94 -> 03913af30 [SPARK-16751][HOTFIX] Also update hadoop-1 deps file to reflect derby 10.12.1.1 security fix ## What changes were proposed in this pull request? See https://github.com/apache/spark/pull/14379 ; I failed to note

spark git commit: [SPARK-16761][DOC][ML] Fix doc link in docs/ml-guide.md

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 268bf1440 -> a32531a72 [SPARK-16761][DOC][ML] Fix doc link in docs/ml-guide.md ## What changes were proposed in this pull request? Fix the link at http://spark.apache.org/docs/latest/ml-guide.html. ## How was this patch tested? None

spark git commit: [SPARK-16761][DOC][ML] Fix doc link in docs/ml-guide.md

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master 266b92faf -> 2c15323ad [SPARK-16761][DOC][ML] Fix doc link in docs/ml-guide.md ## What changes were proposed in this pull request? Fix the link at http://spark.apache.org/docs/latest/ml-guide.html. ## How was this patch tested? None Aut

spark git commit: [SPARK-16637] Unified containerizer

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master 04a2c072d -> 266b92faf [SPARK-16637] Unified containerizer ## What changes were proposed in this pull request? New config var: spark.mesos.docker.containerizer={"mesos","docker" (default)} This adds support for running docker containers v

spark git commit: Revert "[SPARK-16664][SQL] Fix persist call on Data frames with more than 200…"

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 b6f607569 -> f445cce94 Revert "[SPARK-16664][SQL] Fix persist call on Data frames with more than 200…" This reverts commit 15abbf9d26fd80ae44d6aaee4b435ec4dc08aa95. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SPARK-16751] Upgrade derby to 10.12.1.1

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 15abbf9d2 -> b6f607569 [SPARK-16751] Upgrade derby to 10.12.1.1 Version of derby upgraded based on important security info at VersionEye. Test scope added so we don't include it in our final package anyway. NB: I think this should be

spark git commit: [SPARK-16751] Upgrade derby to 10.12.1.1

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 efad4aa14 -> 268bf1440 [SPARK-16751] Upgrade derby to 10.12.1.1 Version of derby upgraded based on important security info at VersionEye. Test scope added so we don't include it in our final package anyway. NB: I think this should be

spark git commit: [SPARK-16751] Upgrade derby to 10.12.1.1

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0557a4545 -> 04a2c072d [SPARK-16751] Upgrade derby to 10.12.1.1 ## What changes were proposed in this pull request? Version of derby upgraded based on important security info at VersionEye. Test scope added so we don't include it in our f

spark git commit: [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column type mistake

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master d1d5069aa -> 0557a4545 [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column type mistake ## What changes were proposed in this pull request? ML ```GaussianMixture``` training failed due to feature column type mistake

spark git commit: [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column type mistake

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 ed03d0a69 -> efad4aa14 [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column type mistake ## What changes were proposed in this pull request? ML ```GaussianMixture``` training failed due to feature column type mis

spark git commit: [SPARK-16664][SQL] Fix persist call on Data frames with more than 200…

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 4ff9892f6 -> 15abbf9d2 [SPARK-16664][SQL] Fix persist call on Data frames with more than 200… f12f11e578169b47e3f8b18b299948c0670ba585 introduced this bug, missed foreach as map Test added Author: Wesley Tang Closes #14324 from b

spark git commit: [SPARK-16664][SQL] Fix persist call on Data frames with more than 200…

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master 274f3b9ec -> d1d5069aa [SPARK-16664][SQL] Fix persist call on Data frames with more than 200… ## What changes were proposed in this pull request? f12f11e578169b47e3f8b18b299948c0670ba585 introduced this bug, missed foreach as map ## Ho

spark git commit: [SPARK-16664][SQL] Fix persist call on Data frames with more than 200…

2016-07-29 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 5cd79c396 -> ed03d0a69 [SPARK-16664][SQL] Fix persist call on Data frames with more than 200… ## What changes were proposed in this pull request? f12f11e578169b47e3f8b18b299948c0670ba585 introduced this bug, missed foreach as map #