Github user felixcheung commented on the issue:
https://github.com/apache/spark/pull/13921
And to elaborate, the reason why it is complaining is because the line in
generics.R is the only reference to @rdname write.ml. To fix, you could either
change that to @rdname spark.kmeans (which doesn't make sense because there are
multiple implementation of write.ml for different model), or have an actual
@rdname write.ml block in mllib.R - this also helps to redirect to pages on
other mllib models in the event someone is looking for write.ml and doesn't
know to look in spark.kmeans for write.ml.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]