Skip to main content

2 posts tagged with "mapreduce"

View All Tags

Introduction To MapReduce

· 2 min read
Narendra Dubey
Builder of Data Systems and Software

MapReduce is a framework for processing large amount of data residing on hundreds of computers, its an extraordinarily powerful paradigm. MapReduce was first introduced by Google in 2004 MapReduce: Simplified Data Processing on Large Clusters.

In this article we'll see how MapReduce processes the data, I am considering the Word Count program as a example, yeah!! this is the worlds most famous MapReduce program!!