Explain Working of MapReduce?



Explain Working of MapReduce?..

Answer / Ankit

MapReduce is a programming model and software framework for processing large data sets with parallel computation. It breaks the input data into smaller pieces (splits), applies a user-defined map function to each split, then shuffles and sorts the results to a set of reducers that perform a reduce function on the data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

Why Mapper runs in heavy weight process and not in a thread in MapReduce?

1 Answers  


Can we set the number of reducers to zero in MapReduce?

1 Answers  


What is the best way to copy files between HDFS clusters?

1 Answers  


what are the most common input formats defined in Hadoop?

1 Answers  


What is the difference between RDBMS with Hadoop MapReduce?

1 Answers  


what are the basic parameters of a Mapper?

1 Answers  


What is the default input type in MapReduce?

1 Answers  


In MapReduce how to change the name of the output file from part-r-00000?

1 Answers  


What is a scarce system resource?

1 Answers  


In Map Reduce why map write output to Local Disk instead of HDFS?

1 Answers  


What are the configuration parameters in the 'MapReduce' program?

1 Answers  


What is the input type/format in MapReduce by default?

1 Answers  


Categories