[ 
https://issues.apache.org/jira/browse/SPARK-10886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938782#comment-14938782
 ] 

Jayant Shekhar edited comment on SPARK-10886 at 9/30/15 8:27 PM:
-----------------------------------------------------------------

Am in the process of creating a PR for it.


was (Author: jayants):
Am in the process of PR for it.

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

Reply via email to