Search code examples
apache-sparkhadoop-yarn

Default deploy-mode with spark


I am launching a spark job with --master yarn using spark 2.4.3.

What is the default value deploy-mode is set to? Is it client or cluster ?


Solution

  • As commented by @blackbishop, default value for deploy-mode is client.