- 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).
推薦閱讀
- Practical Ansible 2
- 精通MATLAB圖像處理
- 基于LPC3250的嵌入式Linux系統(tǒng)開(kāi)發(fā)
- 樂(lè)高機(jī)器人EV3設(shè)計(jì)指南:創(chuàng)造者的搭建邏輯
- 空間機(jī)器人遙操作系統(tǒng)及控制
- OpenStack Cloud Computing Cookbook(Second Edition)
- Windows游戲程序設(shè)計(jì)基礎(chǔ)
- Splunk Operational Intelligence Cookbook
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- INSTANT Drools Starter
- Red Hat Linux 9實(shí)務(wù)自學(xué)手冊(cè)
- Excel 2010函數(shù)與公式速查手冊(cè)
- Linux Shell編程從初學(xué)到精通
- 筆記本電腦電路分析與故障診斷
- WPF專(zhuān)業(yè)編程指南