- Apache Spark Quick Start Guide
- Shrey Mehrotra Akash Grade
- 317字
- 2021-07-02 13:39:52
What this book covers
Chapter 1, Introduction to Apache Spark, provides an introduction to Spark 2.0. It provides a brief description of different Spark components, including Spark Core, Spark SQL, Spark Streaming, machine learning, and graph processing. It also discusses the advantages of Spark compared to other similar frameworks.
Chapter 2, Apache Spark Installation, provides a step-by-step guide to installing Spark on an AWS EC2 instance from scratch. It also helps you install all the prerequisites, such as Python, Java, and Scala.
Chapter 3, Spark RDD, explains Resilient Distributed Datasets (RDD) APIs, which are the heart of Apache Spark. It also discusses various transformations and actions that can be applied on an RDD.
Chapter 4, Spark DataFrame and Dataset, covers Spark's structured APIs: DataFrame and Dataset. This chapter also covers various operations that can be performed on a DataFrame or Dataset.
Chapter 5, Spark Architecture and Application Execution Flow, explains the interaction between different services involved in Spark application execution. It explains the role of worker nodes, executors, and drivers in application execution in both client and cluster mode. It also explains how Spark creates a Directed Acyclic Graph (DAG) that consists of stages and tasks.
Chapter 6, Spark SQL, discusses how Spark gracefully supports all SQL operations by providing a Spark-SQL interface and various DataFrame APIs. It also covers the seamless integration of Spark with the Hive metastore.
Chapter 7, Spark Streaming, Machine Learning, and Graph Analysis, explores different Spark APIs for working with real-time data streams, machine learning, and graphs. It explains the candidature of features based on the use case requirements.
Chapter 8, Spark Optimizations, covers different optimization techniques to improve the performance of your Spark applications. It explains how you can use resources such as executors and memory in order to better parallelize your tasks.
- Splunk 7 Essentials(Third Edition)
- 我的J2EE成功之路
- 高性能混合信號ARM:ADuC7xxx原理與應(yīng)用開發(fā)
- JMAG電機電磁仿真分析與實例解析
- Arduino &樂高創(chuàng)意機器人制作教程
- Hadoop應(yīng)用開發(fā)基礎(chǔ)
- 人工智能技術(shù)入門
- 實用網(wǎng)絡(luò)流量分析技術(shù)
- 3ds Max造型表現(xiàn)藝術(shù)
- 智能制造系統(tǒng)及關(guān)鍵使能技術(shù)
- 自適應(yīng)學(xué)習(xí):人工智能時代的教育革命
- ARM嵌入式系統(tǒng)開發(fā)完全入門與主流實踐
- Arduino創(chuàng)意機器人入門:基于Mind+
- Apache Spark Machine Learning Blueprints
- Hadoop大數(shù)據(jù)開發(fā)基礎(chǔ)