spark-website git commit: Update committer page

2017-07-27 Thread gurwls223
Repository: spark-website Updated Branches: refs/heads/asf-site 6ff5039f3 -> 0e09b2f58 Update committer 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/0e09b2f5 Tree: http://git-wip-us.apache.org/repos

spark git commit: [SPARK-21306][ML] OneVsRest should support setWeightCol

2017-07-27 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.0 d7b9d6235 -> ccb827224 [SPARK-21306][ML] OneVsRest should support setWeightCol ## What changes were proposed in this pull request? add `setWeightCol` method for OneVsRest. `weightCol` is ignored if classifier doesn't inherit HasWeight

spark git commit: [SPARK-21306][ML] OneVsRest should support setWeightCol

2017-07-27 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.1 94987987a -> 8520d7c6d [SPARK-21306][ML] OneVsRest should support setWeightCol ## What changes were proposed in this pull request? add `setWeightCol` method for OneVsRest. `weightCol` is ignored if classifier doesn't inherit HasWeight

spark git commit: [SPARK-21306][ML] OneVsRest should support setWeightCol

2017-07-27 Thread yliang
Repository: spark Updated Branches: refs/heads/branch-2.2 06b2ef01e -> 93790313b [SPARK-21306][ML] OneVsRest should support setWeightCol ## What changes were proposed in this pull request? add `setWeightCol` method for OneVsRest. `weightCol` is ignored if classifier doesn't inherit HasWeight

spark git commit: [SPARK-21306][ML] OneVsRest should support setWeightCol

2017-07-27 Thread yliang
Repository: spark Updated Branches: refs/heads/master f44ead89f -> a5a318997 [SPARK-21306][ML] OneVsRest should support setWeightCol ## What changes were proposed in this pull request? add `setWeightCol` method for OneVsRest. `weightCol` is ignored if classifier doesn't inherit HasWeightCol

spark git commit: [SPARK-21538][SQL] Attribute resolution inconsistency in the Dataset API

2017-07-27 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 1bfd1a83b -> 06b2ef01e [SPARK-21538][SQL] Attribute resolution inconsistency in the Dataset API ## What changes were proposed in this pull request? This PR contains a tiny update that removes an attribute resolution inconsistency in t

spark git commit: [SPARK-21538][SQL] Attribute resolution inconsistency in the Dataset API

2017-07-27 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 9f5647d62 -> f44ead89f [SPARK-21538][SQL] Attribute resolution inconsistency in the Dataset API ## What changes were proposed in this pull request? This PR contains a tiny update that removes an attribute resolution inconsistency in the D

spark git commit: [SPARK-21319][SQL] Fix memory leak in sorter

2017-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master ddcd2e826 -> 9f5647d62 [SPARK-21319][SQL] Fix memory leak in sorter ## What changes were proposed in this pull request? `UnsafeExternalSorter.recordComparator` can be either `KVComparator` or `RowComparator`, and both of them will keep th

spark git commit: [SPARK-19270][ML] Add summary table to GLM summary

2017-07-27 Thread yliang
Repository: spark Updated Branches: refs/heads/master 2ff35a057 -> ddcd2e826 [SPARK-19270][ML] Add summary table to GLM summary ## What changes were proposed in this pull request? Add R-like summary table to GLM summary, which includes feature name (if exist), parameter estimate, standard er

spark git commit: [SPARK-21440][SQL][PYSPARK] Refactor ArrowConverters and add ArrayType and StructType support.

2017-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master ebbe589d1 -> 2ff35a057 [SPARK-21440][SQL][PYSPARK] Refactor ArrowConverters and add ArrayType and StructType support. ## What changes were proposed in this pull request? This is a refactoring of `ArrowConverters` and related classes. 1.

spark git commit: [SPARK-21271][SQL] Ensure Unsafe.sizeInBytes is a multiple of 8

2017-07-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master cfb25b27c -> ebbe589d1 [SPARK-21271][SQL] Ensure Unsafe.sizeInBytes is a multiple of 8 ## What changes were proposed in this pull request? This PR ensures that `Unsafe.sizeInBytes` must be a multiple of 8. It it is not satisfied. `Unsafe.