[
https://issues.apache.org/jira/browse/SPARK-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Wendell resolved SPARK-2061.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.0
Issue resolved by pull request 1062
[https://github.com/apache/spark/pull/1062]
> 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: Anant Daksh Asthana
> Priority: Minor
> Labels: starter
> Fix For: 1.1.0
>
>
> 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)