spark git commit: [SPARK-20213][SQL][FOLLOW-UP] introduce SQLExecution.ignoreNestedExecutionId

2017-06-26 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 9e50a1d37 -> c22810004 [SPARK-20213][SQL][FOLLOW-UP] introduce SQLExecution.ignoreNestedExecutionId ## What changes were proposed in this pull request? in https://github.com/apache/spark/pull/18064, to work around the nested sql

spark-website git commit: fix hardcoded jira issue in link to SPIPs

2017-06-26 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site af0b9fba2 -> 15e7ae4fc fix hardcoded jira issue in link to SPIPs Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/15e7ae4f Tree:

spark-website git commit: jekyll build

2017-06-26 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 15e7ae4fc -> 9749c8e2f jekyll build Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/9749c8e2 Tree:

spark git commit: [SPARK-13669][SPARK-20898][CORE] Improve the blacklist mechanism to handle external shuffle service unavailable situation

2017-06-26 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 5282bae04 -> 9e50a1d37 [SPARK-13669][SPARK-20898][CORE] Improve the blacklist mechanism to handle external shuffle service unavailable situation ## What changes were proposed in this pull request? Currently we are running into an issue

spark git commit: [SPARK-21153] Use project instead of expand in tumbling windows

2017-06-26 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 6b3d02285 -> 5282bae04 [SPARK-21153] Use project instead of expand in tumbling windows ## What changes were proposed in this pull request? Time windowing in Spark currently performs an Expand + Filter, because there is no way to