Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (45k points)

Could someone tell me what is the function of MapReduce in Big Data Analytics?

1 Answer

0 votes
by (99k points)
edited by

MapReduce is a type of programming model which is used for processing and generating big data sets, with a parallel and distributed algorithm on a cluster.

MapReduce is used to process huge amounts of data, which in itself is a software framework and is a programming model. MapReduce programs are parallel in nature and that aids in effectively analyzing large-scale data with the help of multiple machines in the cluster.

MapReduce is in effect 2 programs in one, Map handles the mapping and splitting of data while Reduce is tasked with shuffling and reducing the data.

Want to be a Data Analyst? Then check out the Data Analytics course from Intellipaat!

Related questions

Browse Categories

...