spark git commit: [SPARK-22017] Take minimum of all watermark execs in StreamExecution.

2017-09-15 Thread tdas
Repository: spark Updated Branches: refs/heads/master c7307acda -> 0bad10d3e [SPARK-22017] Take minimum of all watermark execs in StreamExecution. ## What changes were proposed in this pull request? Take the minimum of all watermark exec nodes as the "real" watermark in StreamExecution,

spark-website git commit: Added JIRA to CVEs on security page

2017-09-15 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 442b04535 -> fc8a00df0 Added JIRA to CVEs on security page Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/fc8a00df Tree:

spark git commit: [SPARK-15689][SQL] data source v2 read path

2017-09-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 79a4dab62 -> c7307acda [SPARK-15689][SQL] data source v2 read path ## What changes were proposed in this pull request? This PR adds the infrastructure for data source v2, and implement features which Spark already have in data source v1,

spark git commit: [SPARK-21958][ML] Word2VecModel save: transform data in the cluster

2017-09-15 Thread mlnick
Repository: spark Updated Branches: refs/heads/master 3c6198c86 -> 79a4dab62 [SPARK-21958][ML] Word2VecModel save: transform data in the cluster ## What changes were proposed in this pull request? Change a data transformation while saving a Word2VecModel to happen with distributed data

spark git commit: [SPARK-21987][SQL] fix a compatibility issue of sql event logs

2017-09-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 4decedfdb -> 3c6198c86 [SPARK-21987][SQL] fix a compatibility issue of sql event logs ## What changes were proposed in this pull request? In https://github.com/apache/spark/pull/18600 we removed the `metadata` field from `SparkPlanInfo`.

spark git commit: [SPARK-22002][SQL] Read JDBC table use custom schema support specify partial fields.

2017-09-15 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 22b111ef9 -> 4decedfdb [SPARK-22002][SQL] Read JDBC table use custom schema support specify partial fields. ## What changes were proposed in this pull request? https://github.com/apache/spark/pull/18266 add a new feature to support read

spark git commit: [SPARK-21902][CORE] Print root cause for BlockManager#doPut

2017-09-15 Thread jshao
Repository: spark Updated Branches: refs/heads/master 88661747f -> 22b111ef9 [SPARK-21902][CORE] Print root cause for BlockManager#doPut ## What changes were proposed in this pull request? As logging below, actually exception will be hidden when removeBlockInternal throw an exception.