Map Reduce
Map Reduce
Mapreduce
By-Vishakha Sharma
7CSE 8X
A2305218493
What is map reduce
MapReduce is the data processing layer of Hadoop. It is a software framework for easily
writing applications that process the vast amount of structured and unstructured data stored
in the Hadoop Distributed Filesystem (HDFS). It processes the huge amount of data in
parallel by dividing the job (submitted job) into a set of independent tasks (sub-job). By this
parallel processing speed and reliability of cluster is improved.