GitHub user dorx opened a pull request:
https://github.com/apache/spark/pull/1628
[SPARK-2724] Python version of RandomRDDGenerators
RandomRDDGenerators but without support for randomRDD and randomVectorRDD,
which take in arbitrary DistributionGenerator.
`randomRDD.py` is named to avoid collision with the built-in Python
`random` package.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dorx/spark pythonRDD
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1628.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1628
----
commit 23b2ecd274b27ef4a61f74d8ae0fccebd5d158b4
Author: Doris Xin <[email protected]>
Date: 2014-07-28T22:32:17Z
WIP
commit 07ddff20fc2a77c9a9d2a16d6094f8ccd36886b9
Author: Doris Xin <[email protected]>
Date: 2014-07-29T01:59:56Z
units passed.
----
---
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.
---