Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 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

Spark 2.0 for Beginners

Posted By: Grev27
Spark 2.0 for Beginners

Rajanarayanan Thottuvaikkatumana, "Spark 2.0 for Beginners"
English | ISBN: 1785885006 | 2016 | PDF/EPUB/MOBI | 206 pages | 24 MB/6 MB/10 MB

Key Features
This book offers an easy introduction to the Spark framework published on the latest version of Apache Spark 2
Perform efficient data processing, machine learning and graph processing using various Spark components
A practical guide aimed at beginners to get them up and running with Spark
Book Description
Spark is one of the most widely-used large-scale data processing engines and runs extremely fast. It is a framework that has tools that are equally useful for application developers as well as data scientists.

This book starts with the fundamentals of Spark 2 and covers the core data processing framework and API, installation, and application development setup. Then the Spark programming model is introduced through real-world examples followed by Spark SQL programming with DataFrames. An introduction to SparkR is covered next. Later, we cover the charting and plotting features of Python in conjunction with Spark data processing. After that, we take a look at Spark's stream processing, machine learning, and graph processing libraries. The last chapter combines all the skills you learned from the preceding chapters to develop a real-world Spark application.

By the end of this book, you will have all the knowledge you need to develop efficient large-scale applications using Apache Spark.

What you will learn
Get to know the fundamentals of Spark 2 and the Spark programming model using Scala and Python
Know how to use Spark SQL and DataFrames using Scala and Python
Get an introduction to Spark programming using R
Perform Spark data processing, charting, and plotting using Python
Get acquainted with Spark stream processing using Scala and Python
Be introduced to machine learning using Spark MLlib
Get started with graph processing using the Spark GraphX
Bring together all that you've learned and develop a complete Spark application