Docy

Apache Spark Overview

Estimated reading: 2 minutes 874 views

Spark Overview

Apache Spark is a lightning-fast cluster computing technology, designed for fast computation. It is based on Hadoop MapReduce and it extends the MapReduce model to efficiently use it for more types of computations, which includes interactive queries and stream processing.

 

Apache Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Java, Scala, Python and R, and an optimized engine that supports general execution graphs. It also supports a rich set of higher-level tools including Spark SQL for SQL and structured data processing, MLlib for machine learning, GraphX for graph processing, and Structured Streaming for incremental computation and stream processing.

Best Features of Apache Spark

Lighting-fast processing speed.
Ease of use.
It offers support for sophisticated analytics.
Real-time stream processing.
It is flexible.
Active and expanding community.
Spark for Machine Learning.
Spark for Fog Computing.

Evolution of Apache Spark

Spark is one of Hadoop’s sub project developed in 2009 in UC Berkeley’s AMPLab by Matei Zaharia. It was Open Sourced in 2010 under a BSD license. It was donated to Apache software foundation in 2013, and now Apache Spark has become a top level Apache project from Feb-2014.

Leave a Comment

Share this Doc
CONTENTS