Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/8951#discussion_r40864312
--- Diff: docs/mllib-statistics.md ---
@@ -542,7 +542,7 @@ JavaSparkContext jsc = ...
// Generate a random double RDD that contains 1 million i.i.d. values
drawn from the
// standard normal distribution `N(0, 1)`, evenly distributed in 10
partitions.
-JavaDoubleRDD u = normalJavaRDD(jsc, 1000000L, 10);
+JavaDoubleRDD u = RandomRDDs.normalJavaRDD(jsc, 1000000L, 10);
--- End diff --
Same here. already static-imported.
---
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]