You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Patrick Wendell (JIRA)" <ji...@apache.org> on 2014/06/06 22:02:01 UTC

[jira] [Created] (SPARK-2061) Deprecate `splits` in JavaRDDLike and add `partitions`

Patrick Wendell created SPARK-2061:
--------------------------------------

             Summary: Deprecate `splits` in JavaRDDLike and add `partitions`
                 Key: SPARK-2061
                 URL: https://issues.apache.org/jira/browse/SPARK-2061
             Project: Spark
          Issue Type: Bug
          Components: Java API
            Reporter: Patrick Wendell
            Priority: Minor


Most of spark has used over to consistently using `partitions` instead of `splits`. We should do likewise and add a `partitions` method to JavaRDDLike and have `splits` just call that. We should also go through all cases where other API's (e.g. Python) call `splits` and we should change those to use the newer API.



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