[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-10-01 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/8951#issuecomment-144708911 Do you mind closing this PR? --- 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

[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-10-01 Thread jayantshekhar
Github user jayantshekhar closed the pull request at: https://github.com/apache/spark/pull/8951 --- 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

[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-10-01 Thread jayantshekhar
Github user jayantshekhar commented on the pull request: https://github.com/apache/spark/pull/8951#issuecomment-144787366 Thanks Sean! Closing it. --- 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

[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-09-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8951#issuecomment-144531931 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-09-30 Thread jayantshekhar
GitHub user jayantshekhar opened a pull request: https://github.com/apache/spark/pull/8951 [SPARK-10886] [Documentation] Random RDD creation example fix in MLlib statistics programming guide - mllib-statistics.md Fixed it to RandomRDDs.normalJavaRDD You can merge this pull request

[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-09-30 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/8951#discussion_r40864280 --- Diff: docs/mllib-statistics.md --- @@ -521,7 +521,7 @@ val sc: SparkContext = ... // Generate a random double RDD that contains 1 million i.i.d.

[GitHub] spark pull request: [SPARK-10886] [Documentation] Random RDD creat...

2015-09-30 Thread srowen
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.