coalesce outputs with default workable values
Add an optional --coalesce
argument to each CLI, with default values based on trade-offs between less output files and longer execution time.
Note that a drastic coalesce to e.g., 4
leads to crashes of Spark executors, due to too few nodes handling the whole computation.
Bug: T347558