Sun Rui created SPARK-7033:
------------------------------
Summary: 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]