[
https://issues.apache.org/jira/browse/SPARK-10886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-10886.
-------------------------------
Resolution: Not A Problem
> Random RDD creation example fix in MLlib statistics programming guide -
> mllib-statistics.md
> -------------------------------------------------------------------------------------------
>
> Key: SPARK-10886
> URL: https://issues.apache.org/jira/browse/SPARK-10886
> Project: Spark
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.5.0
> Reporter: Jayant Shekhar
> Priority: Minor
>
> Creating Random RDDs had the follow line in the example for Random Data
> Generation in the MLlib statistics programming guide:
> val u = normalRDD(sc, 1000000L, 10)
> It should be :
> val u = RandomRDDs.normalRDD(sc, 1000000L, 10)
> It applies to both the Scala and Java examples.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]