[
https://issues.apache.org/jira/browse/SPARK-7033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506590#comment-14506590
]
Apache Spark commented on SPARK-7033:
-------------------------------------
User 'sun-rui' has created a pull request for this issue:
https://github.com/apache/spark/pull/5628
> 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
> 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: [email protected]
For additional commands, e-mail: [email protected]