


作者:[美]霍尔顿·卡劳(Holden Karau) [美]安迪·肯维尼斯科(Andy Konwinski) [美]帕特里克·温德尔(Patrick Wendell) [美]马泰·扎哈里亚(Matei Zaharia) 著 北京清数教育科技有限公司 译
定价:99元
印次:1-1
ISBN:9787302698326
出版日期:2026.06.01
印刷日期:2026.06.25
图书责编:贾斌
图书分类:零售
本书由 Spark 开发者及核心成员共同打造,讲解了网络大数据时代应运而生的、能高效迅捷地分析处理数据的工具——Spark,它带领读者快速掌握用 Spark 收集、计算、简化和保存海量数据的方法,学会交互、迭代和增量式分析,解决分区、数据本地化和自定义序列化等问题。
Foreword In a very short time, Apache Spark has emerged as the next generation big data processing engine, and is being applied throughout the industry faster than ever. Spark improves over Hadoop MapReduce, which helped ignite the big data revolution, in several key dimensions: it is much faster, much easier to use due to its rich APIs, and it goes far beyond batch applications to support a variety of workloads, including interactive queries, streaming, machine learning, and graph processing. I have been privileged to be closely involved with the development of Spark all the way from the drawing board to what has become the most active big data open source project today, and one of ...
Chapter 1 Introduction to Data Analysis with Spark/Spark数据分析简介 1
What Is Apache Spark?/什么是Apache Spark? 1
A Unified Stack/统一的Spark组件栈 2
Spark Core 4
Spark SQL 4
Spark Streaming 5
MLlib 5
GraphX 6
Cluster Managers/集群管理器 6
Who Uses Spark, and for What?/Spark的目标用户及用途 7
Data Science Tasks/数据科学任务 7
Data Processing Applications/数据处理应用 9
A Brief History of Spark/Spark发展简史 10
Spark Versions and Releases/Spark版本及更新 11
Storage Layers for Spark/Spark的存储层 11
Chapter 2 Downloading Spark and Getting Started/Spark下载和使用入门 13
Downloading Spark/Spark下载 14
Introduction to Spark’s Python and Scala Shells/Spark Python Shell和Scala Shell简介 16
Introduction to Core Spark... 查看详情

