What does deploy mode 'cluster' mean in Spark?
-
A
The Spark application runs on every node in the cluster
-
B
The Driver process runs on one of the worker nodes managed by the cluster manager
-
C
The application is replicated across multiple driver nodes for high availability
-
D
The cluster manager selects the optimal executor placement