Skip to contents

Retrieves or sets initial number of shuffle partitions before coalescing

Usage

spark_coalesce_initial_num_partitions(sc, num_partitions = NULL)

Arguments

sc

A spark_connection.

num_partitions

Initial number of shuffle partitions before coalescing. Defaults to NULL to retrieve configuration entries.