Enabling cluster deploy-mode for the Spark service
What is cluster deploy-mode? The submission of a spark job to a spark cluster, in which the driver will be executed in one of the worker nodes. Our current Spark service uses client deploy-mode, where the driver is executed on the local machine( ...