[ 
https://issues.apache.org/jira/browse/SPARK-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Wendell reassigned SPARK-2061:
--------------------------------------

    Assignee: Patrick Wendell

> 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
>            Assignee: Patrick Wendell
>            Priority: Minor
>              Labels: starter
>
> 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)

Reply via email to