I am launching a spark job with --master yarn using spark 2.4.3.
--master yarn
What is the default value deploy-mode is set to? Is it client or cluster ?
deploy-mode
client
cluster
As commented by @blackbishop, default value for deploy-mode is client.