Question
What is a Spark stage?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A set of tasks that can run without crossing a shuffle boundary
Explanation:
Wide dependencies divide a job into stages.
Within a stage, narrow transformations can be pipelined.
Leave a Reply