
Ultimate access to all questions.
Which of the following scenarios would cause a Spark job to fail?
A
Never pulling any amount of data onto the driver node.
B
Trying to cache data larger than an executor's memory.
C
Data needing to spill from memory to disk.
D
A failed worker node.
E
A failed driver node.