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

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

    [ https://issues.apache.org/jira/browse/SPARK-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027978#comment-14027978 ] 

Anant Daksh Asthana commented on SPARK-2061:
--------------------------------------------

Could I be added as the Assignee to this task? I am currently working on a fix.

> 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
>              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)