Uh oh!
There was an error while loading. Please reload this page.
[BackPort-2.1][SPARK-19319][SparkR]:SparkR Kmeans summary returns error when the cluster size doesn't equal to k - #16761
[BackPort-2.1][SPARK-19319][SparkR]:SparkR Kmeans summary returns error when the cluster size doesn't equal to k#16761wangmiao1981 wants to merge 2 commits into
Conversation
SparkQA
commented
Feb 1, 2017
Test build #72233 has finished for PR 16761 at commit
|
SparkQA
commented
Feb 1, 2017
Test build #72262 has finished for PR 16761 at commit
|
felixcheung
commented
Feb 2, 2017
hmm, I wasn't sure to have the parameter changes in 2.1, what do you think? |
wangmiao1981
commented
Feb 2, 2017
If we don't want to change the parameters in 2.1, it is not necessary to port it back. It is because the bug occurs only if you use Thanks! |
felixcheung
commented
Feb 12, 2017
merged to 2.1. Thanks @wangmiao1981 please close this PR. |
felixcheung
commented
Feb 15, 2017
ping @wangmiao1981 please close this PR - backport PR merged to non-master branch isn't closed automatically. |
wangmiao1981
commented
Feb 15, 2017
Thanks! I close it. |
What changes were proposed in this pull request?
Backport fix of #16666
How was this patch tested?
Backport unit tests