You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/10/01 14:10:26 UTC

[jira] [Resolved] (SPARK-10886) Random RDD creation example fix in MLlib statistics programming guide - mllib-statistics.md

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org