For a MapReduce job, what’s the relationship between tasks and task attempts?

A.
There are always exactly as many task attempts as there are tasks.
B.
There are always at least as many task attempts as there are tasks.
C.
There are always at most as many task attempts as there are tasks.
I choose B
0
0