Sean Owen created SPARK-1973:
--------------------------------

             Summary: Add randomSplit to JavaRDD (with tests, and tidy Java 
tests)
                 Key: SPARK-1973
                 URL: https://issues.apache.org/jira/browse/SPARK-1973
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 1.0.0
            Reporter: Sean Owen
            Priority: Minor


I'd like to use randomSplit through the Java API, and would like to add a 
convenience wrapper for this method to JavaRDD. This is fairly trivial. (In 
fact, is the intent that JavaRDD not wrap every RDD method? and that sometimes 
users should just use JavaRDD.wrapRDD()?)

Along the way, I added tests for it, and also touched up the Java API test 
style and behavior. This is maybe the more useful part of this small change.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to