- Apache Spark Quick Start Guide
- Shrey Mehrotra Akash Grade
- 88字
- 2021-07-02 13:39:56
Cluster manager
Spark provides a local mode for the job execution, where both driver and executors run within a single JVM on the client machine. This enables developers to quickly get started with Spark without creating a cluster. We will mostly use this mode of job execution throughout this book for our code examples, and explain the possible challenges with a cluster mode whenever possible. Spark also works with a variety of schedules. Let’s have a quick overview of them here.