Where is the output of Mapper written in Hadoop?



Where is the output of Mapper written in Hadoop?..

Answer / Milky Sodhi

The output of the mapper in Hadoop is initially stored in memory, but it will be written to disk as the memory fills up or when the map task is complete. The output data will then be sorted and sent to the reducer for further processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

What is identity mapper and reducer? In which cases can we use them?

1 Answers  


Why do we need MapReduce during Pig programming?

1 Answers  


What is shuffleing in mapreduce?

1 Answers  


What is mapreduce algorithm?

1 Answers  


what happens when Hadoop spawned 50 tasks for a job and one of the task failed?

1 Answers  


How does MapReduce framework view its input internally?

1 Answers  


How is mapreduce related to cloud computing?

1 Answers  


What is shuffling in mapreduce?

1 Answers  


How to get the single file as the output from MapReduce Job?

1 Answers  


How to change the name of the output file from part-r-00000 in Hadoop MapReduce?

1 Answers  


MapReduce Types and Formats and Setting up a Hadoop Cluster?

1 Answers  


Define speculative execution?

1 Answers  


Categories