Coalesce the partitions of the given RDD.
Coalesce the partitions of the given RDD.
the maximum number of partitions to have after coalescing
the parent RDD whose partitions to coalesce
an array of PartitionGroups, where each element is itself an array of
Partition
s and represents a partition after coalescing is performed.
::DeveloperApi:: A PartitionCoalescer defines how to coalesce the partitions of a given RDD.