GitHub user anantasty opened a pull request: https://github.com/apache/spark/pull/1062
Made splits deprecated in JavaRDDLike The jira for the issue can be found at: https://issues.apache.org/jira/browse/SPARK-2061 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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anantasty/spark SPARK-2061 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/1062.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1062 ---- commit 8c62dd1250c363dcfd884011f76e1396122c64ce Author: Anant <anant.a...@gmail.com> Date: 2014-06-11T00:30:56Z Made splits deprecated in JavaRDDLike ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---