- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Qt 5 and OpenCV 4 Computer Vision Projects
- 基于粒計算模型的圖像處理
- 深入理解Bootstrap
- 編程卓越之道(卷3):軟件工程化
- 簡單高效LATEX
- Leap Motion Development Essentials
- 樂學Web編程:網站制作不神秘
- INSTANT OpenNMS Starter
- JavaScript:Moving to ES2015
- C語言程序設計
- 編程與類型系統
- Scala Data Analysis Cookbook
- Java 從入門到項目實踐(超值版)
- Java EE Web應用開發基礎