- Mastering Machine Learning with Spark 2.x
- Alex Tellez Max Pumperla Michal Malohlava
- 276字
- 2021-07-02 18:46:05
Inside the box
So, you have downloaded the latest version of Spark (depending on how you plan on launching Spark) and you have run the standard Hello, World! example....what now?!
Spark comes equipped with five libraries, which can be used separately--or in unison--depending on the task we are trying to solve. Note that in this book, we plan on using a variety of different libraries, all within the same application so that you will have the maximum exposure to the Spark platform and better understand the benefits (and limitations) of each library. These five libraries are as follows:
- Core: This is the Spark core infrastructure, providing primitives to represent and store data called Resilient Distributed Dataset (RDDs) and manipulate data with tasks and jobs.
- SQL : This library provides user-friendly API over core RDDs by introducing DataFrames and SQL to manipulate with the data stored.
- MLlib (Machine Learning Library) : This is Spark's very own machine learning library of algorithms developed in-house that can be used within your Spark application.
- Graphx : This is used for graphs and graph-calculations; we will explore this particular library in depth in a later chapter.
- Streaming : This library allows real-time streaming of data from various sources, such as Kafka, Twitter, Flume, and TCP sockets, to name a few. Many of the applications we will build in this book will leverage the MLlib and Streaming libraries to build our applications.

The Spark platform can also be extended by third-party packages. There are many of them, for example, support for reading CSV or Avro files, integration with Redshift, and Sparkling Water, which encapsulates the H2O machine learning library.
- The Complete Rust Programming Reference Guide
- Mastering Concurrency Programming with Java 8
- Java面向對象思想與程序設計
- Vue.js 2 and Bootstrap 4 Web Development
- C語言程序設計基礎與實驗指導
- Learning Linux Binary Analysis
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 精通Python自然語言處理
- C程序設計案例教程
- Advanced Express Web Application Development
- Elasticsearch Essentials
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- 超好玩的Scratch 3.5少兒編程
- Learning ROS for Robotics Programming
- Python程序設計教程