What do you understand by mapreduce?



What do you understand by mapreduce?..

Answer / Kishalaya Kumar

MapReduce is a programming model and an associated implementation for processing large data sets. It provides a way to process, manage, and analyze big data in parallel across multiple nodes using the Map and Reduce functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

List the network requirements for using Hadoop ?

1 Answers  


What counter in Hadoop MapReduce?

1 Answers  


What is partitioning in MapReduce?

1 Answers  


Is it important for Hadoop MapReduce jobs to be written in Java?

1 Answers  


Explain task granularity

1 Answers  


How does MapReduce framework view its input internally?

1 Answers  


Explain what does the conf.setMapper Class do in MapReduce?

1 Answers  


Explain how do ‘map’ and ‘reduce’ work?

1 Answers  


What is the difference between Job and Task in MapReduce?

1 Answers  


What is SequenceFileInputFormat in Hadoop MapReduce?

1 Answers  


What does a 'MapReduce Partitioner' do?

1 Answers  


Where the mapper's intermediate data will be stored?

1 Answers  


Categories