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)