-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-19386][SparkR][Followup] fix error in vignettes #16799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Errors can be seen in #16794. |
|
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. |
|
Jenkins, test this please. |
|
LGTM. Let us wait for Jenkins to build it. |
|
Test build #72338 has finished for PR 16799 at commit
|
|
Since this PR is a HOT fix, let me merge it now. Thanks! |
|
Thanks! Merging to master. |
|
Test build #72342 has finished for PR 16799 at commit
|
|
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 <[email protected]> Closes apache#16799 from actuaryzhang/sparkRVignettes.
What changes were proposed in this pull request?
Current version has error in vignettes:
kmeansModeldoes not exist...@felixcheung @wangmiao1981