Post 3 – Apache Spark vs. MapReduce
In this post, we will discuss what Apache Spark is and how it comes into play with Hadoop. Apache Spark is an independent general-purpose in-memory computing engine framework for big data processing. Therefore, Spark cannot be directly compared to Hadoop. The Hadoop framework provides distributed storage(HDFS), distributed processing(MapReduce), and distributed resource management. In contrast, Spark…