Apache Spark Overview

Apache Spark is a fast and general-purpose cluster computing system. Spark supports in-memory processing for parallel computation which is why it is pretty much faster than a Map-Reduce process. It supports a rich set of tools like Spark SQL             – Structured Data Processing MLlib              … Continue reading Apache Spark Overview