- Mastering Apache Spark 2.x(Second Edition)
- Romeo Kienzler
- 86字
- 2021-07-02 18:55:24
Cluster management
The Spark context, as you will see in many of the examples in this book, can be defined via a Spark configuration object and Spark URL. The Spark context connects to the Spark cluster manager, which then allocates resources across the worker nodes for the application. The cluster manager allocates executors across the cluster worker nodes. It copies the application JAR file to the workers and finally allocates tasks.
The following subsections describe the possible Apache Spark cluster manager options available at this time.
推薦閱讀
- R語言數據分析從入門到精通
- TypeScript Blueprints
- TestNG Beginner's Guide
- Learning Raspbian
- Instant Nancy Web Development
- C語言程序設計實驗指導 (第2版)
- 21天學通C++(第5版)
- Programming Microsoft Dynamics? NAV 2015
- UX Design for Mobile
- INSTANT LESS CSS Preprocessor How-to
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Java與Android移動應用開發:技術、方法與實踐
- The Python Apprentice
- Abaqus GUI程序開發指南(Python語言)
- Java并發編程深度解析與實戰