I have a very simple question for Spark configuration, Does in local mode, the number of executors is 1, as there are just one working node?
Another question I have is the difference between deploy modes as client or cluster mode? The documentation mention in the client model, the driver initiated outside the cluster, I can not get this statement..