spark git commit: [SPARK-10655][SQL] Adding additional data type mappings to jdbc DB2dialect.

2017-06-20 Thread lixiao
Repository: spark Updated Branches: refs/heads/master b6b108826 -> 9ce714dca [SPARK-10655][SQL] Adding additional data type mappings to jdbc DB2dialect. This patch adds DB2 specific data type mappings for decfloat, real, xml , and timestamp with time zone (DB2Z specific type) types on read

spark-website git commit: Add a note for searching PySpark and SparkR version changes in release-process.md

2017-06-20 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 2c375dc4f -> af0b9fba2 Add a note for searching PySpark and SparkR version changes in release-process.md Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit:

spark-website git commit: Add .DS_Store in .gitignore

2017-06-20 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site fda1364c8 -> 2c375dc4f Add .DS_Store in .gitignore Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/2c375dc4 Tree:

spark git commit: [SPARK-21123][DOCS][STRUCTURED STREAMING] Options for file stream source are in a wrong table - version to fix 2.1

2017-06-20 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.1 7799f35dd -> 8923bac1e [SPARK-21123][DOCS][STRUCTURED STREAMING] Options for file stream source are in a wrong table - version to fix 2.1 ## What changes were proposed in this pull request? The description for several options of File

spark git commit: [SPARK-21103][SQL] QueryPlanConstraints should be part of LogicalPlan

2017-06-20 Thread rxin
Repository: spark Updated Branches: refs/heads/master e862dc904 -> b6b108826 [SPARK-21103][SQL] QueryPlanConstraints should be part of LogicalPlan ## What changes were proposed in this pull request? QueryPlanConstraints should be part of LogicalPlan, rather than QueryPlan, since the

[1/2] spark git commit: Preparing Spark release v2.2.0-rc5

2017-06-20 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-2.2 b8b80f6de -> e88349873 Preparing Spark release v2.2.0-rc5 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/62e442e7 Tree:

[2/2] spark git commit: Preparing development version 2.2.1-SNAPSHOT

2017-06-20 Thread pwendell
Preparing development version 2.2.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e8834987 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e8834987 Diff:

[spark] Git Push Summary

2017-06-20 Thread pwendell
Repository: spark Updated Tags: refs/tags/v2.2.0-rc5 [created] 62e442e73 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-21150][SQL] Persistent view stored in Hive metastore should be case preserving

2017-06-20 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 514a7e6f8 -> b8b80f6de [SPARK-21150][SQL] Persistent view stored in Hive metastore should be case preserving ## What changes were proposed in this pull request? This is a regression in Spark 2.2. In Spark 2.2, we introduced a new way

spark git commit: [SPARK-21150][SQL] Persistent view stored in Hive metastore should be case preserving

2017-06-20 Thread lixiao
Repository: spark Updated Branches: refs/heads/master ef1622899 -> e862dc904 [SPARK-21150][SQL] Persistent view stored in Hive metastore should be case preserving ## What changes were proposed in this pull request? This is a regression in Spark 2.2. In Spark 2.2, we introduced a new way to

spark git commit: [SPARK-20989][CORE] Fail to start multiple workers on one host if external shuffle service is enabled in standalone mode

2017-06-20 Thread wenchen
Repository: spark Updated Branches: refs/heads/master cc67bd573 -> ef1622899 [SPARK-20989][CORE] Fail to start multiple workers on one host if external shuffle service is enabled in standalone mode ## What changes were proposed in this pull request? In standalone mode, if we enable external

spark git commit: [SPARK-20929][ML] LinearSVC should use its own threshold param

2017-06-20 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 8965fe764 -> cc67bd573 [SPARK-20929][ML] LinearSVC should use its own threshold param ## What changes were proposed in this pull request? LinearSVC should use its own threshold param, rather than the shared one, since it applies to

spark git commit: [SPARK-20929][ML] LinearSVC should use its own threshold param

2017-06-20 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.2 8bf7f1eba -> 514a7e6f8 [SPARK-20929][ML] LinearSVC should use its own threshold param ## What changes were proposed in this pull request? LinearSVC should use its own threshold param, rather than the shared one, since it applies to