spark-website git commit: Manually patch ec2-scripts.html file, missing from 2.0.1, 2.0.2 docs

2016-11-24 Thread srowen
Repository: spark-website Updated Branches: refs/heads/asf-site 9418d7be6 -> 8d5d77c65 Manually patch ec2-scripts.html file, missing from 2.0.1, 2.0.2 docs Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/8d

spark git commit: [SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and GaussianMixtureModel

2016-11-24 Thread yliang
Repository: spark Updated Branches: refs/heads/master 223fa218e -> 2dfabec38 [SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and GaussianMixtureModel ## What changes were proposed in this pull request? add `setFeaturesCol` and `setPredictionCol` for BiKModel and GMMod

spark git commit: [SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and GaussianMixtureModel

2016-11-24 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.1 27d81d000 -> 04ec74f12 [SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and GaussianMixtureModel ## What changes were proposed in this pull request? add `setFeaturesCol` and `setPredictionCol` for BiKModel and G

spark git commit: [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect results

2016-11-24 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 2dfabec38 -> a367d5ff0 [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect results ## What changes were proposed in this pull request? - Raise Analysis exception when correlated predicates exist in the descendant

spark git commit: [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect results

2016-11-24 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 04ec74f12 -> a7f414561 [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect results ## What changes were proposed in this pull request? - Raise Analysis exception when correlated predicates exist in the descenda