May 2017
Intermediate to advanced
294 pages
7h 33m
English
Spark applications on YARN run in two modes:
The yarn-cluster mode is recommended for production deployments, while the yarn-client mode is good for development and debugging, where you would like to see the immediate output. There is no need to specify the Spark master in either mode as it's picked from the Hadoop configuration, and the master parameter is either yarn-client or yarn-cluster.
The following figure shows how Spark is run with YARN in the client mode: ...
Read now
Unlock full access