Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Fast Data Processing with Spark, Second Edition

Posted By: arundhati
Fast Data Processing with Spark, Second Edition

Krishna Sankar, Holden Karau, "Fast Data Processing with Spark, Second Edition"
2015 | ISBN-10: 178439257X | 184 pages | PDF, EPUB | 9 + 12 MB

Perform real-time analytics using Spark in a fast, distributed, and scalable way
About This Book
Develop a machine learning system with Spark's MLlib and scalable algorithms
Deploy Spark jobs to various clusters such as Mesos, EC2, Chef, YARN, EMR, and so on
This is a step-by-step tutorial that unleashes the power of Spark and its latest features
Who This Book Is For

Fast Data Processing with Spark - Second Edition is for software developers who want to learn how to write distributed programs with Spark. It will help developers who have had problems that were too big to be dealt with on a single computer. No previous experience with distributed programming is necessary. This book assumes knowledge of either Java, Scala, or Python.
In Detail

Spark is a framework used for writing fast, distributed programs. Spark solves similar problems as Hadoop MapReduce does, but with a fast in-memory approach and a clean functional style API. With its ability to integrate with Hadoop and built-in tools for interactive query analysis (Spark SQL), large-scale graph processing and analysis (GraphX), and real-time analysis (Spark Streaming), it can be interactively used to quickly process and query big datasets.

Fast Data Processing with Spark - Second Edition covers how to write distributed programs with Spark. The book will guide you through every step required to write effective distributed programs from setting up your cluster and interactively exploring the API to developing analytics applications and tuning them for your purposes.