Uh oh!
There was an error while loading. Please reload this page.
[SPARK-19386][SparkR][Followup] fix error in vignettes - #16799
[SPARK-19386][SparkR][Followup] fix error in vignettes#16799actuaryzhang wants to merge 1 commit into
Conversation
actuaryzhang
commented
Feb 4, 2017
Errors can be seen in #16794. |
wangmiao1981
commented
Feb 4, 2017
Good catch! Thanks for fixing it! @felixcheung This is a hot-fix to build break. I don't know why Jenkins didn't catch it in the original PR. |
wangmiao1981
commented
Feb 4, 2017
Jenkins, test this please. |
wangmiao1981
commented
Feb 4, 2017
LGTM. Let us wait for Jenkins to build it. |
SparkQA
commented
Feb 4, 2017
Test build #72338 has finished for PR 16799 at commit
|
gatorsmile
commented
Feb 4, 2017
Since this PR is a HOT fix, let me merge it now. Thanks! |
gatorsmile
commented
Feb 4, 2017
Thanks! Merging to master. |
SparkQA
commented
Feb 4, 2017
Test build #72342 has finished for PR 16799 at commit
|
felixcheung
commented
Feb 4, 2017
thanks @gatorsmile, @actuaryzhang@wangmiao1981 |
## What changes were proposed in this pull request? Current version has error in vignettes: ``` model <- spark.bisectingKmeans(df, Sepal_Length ~ Sepal_Width, k = 4) summary(kmeansModel) ``` `kmeansModel` does not exist... felixcheung wangmiao1981 Author: actuaryzhang <actuaryzhang10@gmail.com> Closesapache#16799 from actuaryzhang/sparkRVignettes.
What changes were proposed in this pull request?
Current version has error in vignettes:
kmeansModeldoes not exist...@felixcheung@wangmiao1981