What are the ways to launch Apache Spark over YARN?
-
-
How can we launch Spark application on YARN?
Explain the technique to launch Apache Spark over Hadoop YARN.
-
Apache Spark has two modes of running applications on YARN: cluster and client
spark-submit or spark-shell –master yarn-cluster or –master yarn-client
To know more about cluster managers, follow link: Apache Spark Cluster Managers – YARN, Mesos & Standalone
- You must be logged in to reply to this topic.