- Apache Spark Quick Start Guide
- Shrey Mehrotra Akash Grade
- 91字
- 2021-07-02 13:39:55
Spark Core
Spark Core is the main component of Spark. Spark Core defines the following:
- The basic components, such as RDD and DataFrames
- The APIs available to perform operations on these basic abstractions
- Shared or distributed variables, such as broadcast variables and accumulators
We shall look at them in more detail in the upcoming chapters.
Spark Core also defines all the basic functionalities, such as task management, memory management, basic I/O functionalities, and more. It’s a good idea to have a look at the Spark code on GitHub (https://github.com/apache/spark).
推薦閱讀
- 玩轉智能機器人程小奔
- ROS機器人編程與SLAM算法解析指南
- VMware Performance and Capacity Management(Second Edition)
- 自動化控制工程設計
- VB語言程序設計
- WordPress Theme Development Beginner's Guide(Third Edition)
- Lightning Fast Animation in Element 3D
- Prometheus監控實戰
- 啊哈C!思考快你一步
- MPC5554/5553微處理器揭秘
- Linux Shell Scripting Cookbook(Third Edition)
- Advanced Deep Learning with Keras
- PostgreSQL High Performance Cookbook
- Learn SOLIDWORKS 2020
- ORACLE數據庫技術實用詳解