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

Apache Spark reassigned SPARK-7033:
-----------------------------------

    Assignee: Apache Spark

> Use JavaRDD.partitions() instead of JavaRDD.splits()
> ----------------------------------------------------
>
>                 Key: SPARK-7033
>                 URL: https://issues.apache.org/jira/browse/SPARK-7033
>             Project: Spark
>          Issue Type: Improvement
>          Components: SparkR
>    Affects Versions: 1.4.0
>            Reporter: Sun Rui
>            Assignee: Apache Spark
>            Priority: Minor
>
> In numPartitions(), JavaRDD.splits() is called to get the number of 
> partitions in an RDD. But JavaRDD.splits() is deprecated. Use 
> JavaRDD.partitions() instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to