Spark and Cluster Managers
Apache Spark 2.4.1 / Spark Core
Spark Application = The Driver + Executors
- A Spark application consists of the driver and executors (and your code, too!)
- Switch to The Internals of Apache Spark
Deploy Mode
- Deploy mode specifies the location of where the driver executes when deployed to a deployment environment
- Switch to The Internals of Apache Spark
ExternalClusterManager — Pluggable Cluster Managers
- ExternalClusterManager is a contract for pluggable cluster managers.
- Switch to The Internals of Apache Spark
Spark on Mesos (1 of 2)
- Apache Mesos is a distributed systems kernel with API's for
resource management and scheduling across entire datacenter and cloud environments.
- Switch to The Internals of Apache Spark