Cluster & Deploy
Stories about how Spark runs on cluster managers — from submitting a job to running tasks on worker nodes.
Stories
- From spark-submit to Running Tasks: The Resource Negotiation Story — spark-submit launch chain, driver startup, executor acquisition, client vs cluster mode
- Spark on YARN: ApplicationMaster, Containers, and the Queue — YARN resource model, ApplicationMaster, container lifecycle, queue scheduling
- Spark on Kubernetes: Pods, Namespaces, and Ephemeral Executors — driver/executor pods, container images, ephemeral storage, RBAC