[ https://issues.apache.org/jira/browse/SPARK-10886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-10886: ------------------------------------ Assignee: Apache Spark > 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 > Assignee: Apache Spark > 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