Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Spark in Action

Posted By: hill0
Spark in Action

Spark in Action by Mr Petar Zecevic
English | 2017 | ISBN: 1617292605 | 468 Pages | EPUB | 8 MB

Spark in Action teaches readers to use Spark for stream and batch data
processing. It starts with an introduction to the Spark architecture and
ecosystem followed by a taste of Spark's command line interface. Readers then discover the most fundamental concepts and abstractions
of Spark, particularly Resilient Distributed Datasets (RDDs) and the
basic data transformations that RDDs provide. The first part of the book covers writing Spark applications using the the core APIs.
Readers also learn how to work with structured data using Spark SQL, how to process near-real time data with Spark Streaming, how to apply machine learning algorithms with Spark MLlib, how to apply graph algorithms on graph-shaped data using Spark GraphX, and an introduction to Spark clustering.