Answer Posted / Gaurav Maheshwari
"Deploy mode" in Apache Spark refers to the configuration that determines how a Spark application or service is started. There are two main deploy modes: "cluster" and "client". In cluster mode, the master and worker nodes run the entire application, while in client mode, the driver program runs on the client machine, and it submits tasks to a remote Spark cluster.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers