Quiz 10 Question 13 of 20

A PySpark job aggregates a modest-sized daily visitor-count dataset by branch and hour, but after the group-by-and-aggregate step, Spark produces thousands of tiny output partitions, most holding only a few rows, and the job spends more time on task scheduling overhead than on actual computation. What is the most likely cause?

Select an answer to reveal the explanation.

Motivation