You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sun Rui (JIRA)" <ji...@apache.org> on 2015/04/21 15:41:58 UTC

[jira] [Created] (SPARK-7033) Use JavaRDD.partitions() instead of JavaRDD.splits()

Sun Rui created SPARK-7033:
------------------------------

             Summary: Use JavaRDD.partitions() instead of JavaRDD.splits()
                 Key: SPARK-7033
                 URL: https://issues.apache.org/jira/browse/SPARK-7033
             Project: Spark
          Issue Type: Improvement
          Components: SparkR
    Affects Versions: 1.4.0
            Reporter: Sun Rui
            Priority: Minor


In numPartitions(), JavaRDD.splits() is called to get the number of partitions in an RDD. But JavaRDD.splits() is deprecated. Use JavaRDD.partitions() instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org