Mention what is the next step after mapper or maptask?



Mention what is the next step after mapper or maptask?..

Answer / Mayank Sharma

After the map phase (or maptask) in MapReduce, the shuffle and sort process occurs. Once this is complete, the sorted intermediate key-value pairs are then passed to the reduce phase (or reducetask). The reduce phase combines all values associated with each unique key to produce the final output.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

What are the data components used by Hadoop?

1 Answers  


what is "map" and what is "reducer" in Hadoop?

1 Answers  


What is Hadoop Map Reduce ?

1 Answers  


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

1 Answers  


what are the three modes in which Hadoop can be run?

1 Answers  


What can be optimum value for Reducer?

1 Answers  


How is mapreduce related to cloud computing?

1 Answers  


What is difference between a MapReduce InputSplit and HDFS block

1 Answers  


What is the problem with the small file in Hadoop?

1 Answers  


What is a mapreduce algorithm?

1 Answers  


Mention when to use Map reduce mode?

1 Answers  


Detail description of the Reducer phases?

1 Answers  


Categories