August 2017
Beginner to intermediate
278 pages
6h 40m
English
Apache Spark is distributed in-memory data processing system. It provides rich set of API in Java, Scala, and Python. Spark API can be used to develop applications which can do batch and real-time data processing and analytics, machine learning, and graph processing of huge volumes of data on a single clustering platform.
MapReduce is another distributed batch processing framework developed by Yahoo in context to Google research paper.
What they found was that an application which involves an iterative approach to solving certain problems can be improvised by reducing disk I/O. Spark allows us to ...
Read now
Unlock full access