GitHub user brkyvz opened a pull request:

    https://github.com/apache/spark/pull/1732

    [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator. 
RandomRDD is now of generic type

    The RandomRDDGenerators used to only output RDD[Double]. 
    Now RandomRDDGenerators.randomRDD can be used to generate a random RDD[T] 
via a class that extends RandomDataGenerator, by supplying a type T and 
overriding the nextValue() function as they wish.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brkyvz/spark SPARK-2801

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1732.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 #1732
    
----
commit 22d96fedcf3159a6afc1aeb5820e0db4f26075a8
Author: Burak <[email protected]>
Date:   2014-08-02T02:52:14Z

    [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator, 
generic types added for RandomRDD instead of Double

----


---
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.
---

Reply via email to