Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Reduce the number of partitions in an RDD
result =
coalesce(obj,numPartitions,doShuffle)
reduces
the number of partitions in an RDD to a number specified by result
=
coalesce(obj
,numPartitions
,doShuffle
)numPartitions
.
matlab.compiler.mlspark.RDD.collect
| matlab.compiler.mlspark.RDD.glom
| matlab.compiler.mlspark.RDD.map
| matlab.compiler.mlspark.RDD.reduceByKey
| matlab.compiler.mlspark.SparkContext.parallelize