coalesce
R2026bClass: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
(To be removed) Reduce the number of partitions in an RDD
matlab.compiler.mlspark.RDD.coalesce will be removed in a future
release. There is no replacement functionality. For more information, see Version History.
Syntax
result =
coalesce(obj,numPartitions,doShuffle)
Description
reduces
the number of partitions in an RDD to a number specified by result =
coalesce(obj,numPartitions,doShuffle)numPartitions.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016bSee Also
reduceByKey | map | glom | collect | parallelize