Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/117#issuecomment-38255672
  
    @mateiz Instead of renaming `run(RDD[Array[Double]])` to `runRaw`, I 
removed it completely and updated the example file `JavaKMeans` and the test 
file `JavaKMeansSuite`. Since both approaches introduce breaking changes, users 
have to either rename `run` to `runRaw` or map `RDD[Array[Double]]` to 
`RDD[Vector]` and call `run`. The latter is perhaps what we want. Python API 
stays the same.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to