C. Stage
In Spark, a stage represents a sequence of narrow transformations that can be executed without shuffling the entire data across partitions. Narrow transformations are those where each partition of the parent RDD contributes to only one partition of the child RDD. Spark groups as many narrow transformations as possible into a single stage, and these operations are pipelined together to optimize performance. A stage is completed before the next stage begins, and usually, a shuffle operation would define the boundary between stages.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Sowwy1
7 months, 3 weeks ago