[GitHub] spark pull request #16295: [SPARK-18356] [ML] KMeans should cache RDD before...

2016-12-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16295 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #16295: [SPARK-18356] [ML] KMeans should cache RDD before...

2016-12-16 Thread hhbyyh
Github user hhbyyh commented on a diff in the pull request: https://github.com/apache/spark/pull/16295#discussion_r92899864 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -302,22 +302,19 @@ class KMeans @Since("1.5.0") ( @Since("2.0.0

[GitHub] spark pull request #16295: [SPARK-18356] [ML] KMeans should cache RDD before...

2016-12-16 Thread ZakariaHili
Github user ZakariaHili commented on a diff in the pull request: https://github.com/apache/spark/pull/16295#discussion_r92782402 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -302,22 +302,19 @@ class KMeans @Since("1.5.0") ( @Since("

[GitHub] spark pull request #16295: [SPARK-18356] [ML] KMeans should cache RDD before...

2016-12-15 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16295#discussion_r92570902 --- Diff: mllib/src/main/scala/org/apache/spark/ml/clustering/KMeans.scala --- @@ -302,22 +302,19 @@ class KMeans @Since("1.5.0") ( @Since("2.0.0

[GitHub] spark pull request #16295: [SPARK-18356] [ML] KMeans should cache RDD before...

2016-12-15 Thread ZakariaHili
GitHub user ZakariaHili opened a pull request: https://github.com/apache/spark/pull/16295 [SPARK-18356] [ML] KMeans should cache RDD before training ## What changes were proposed in this pull request? According to request of Mr. Joseph Bradley , I did this update of my PR h