Where sorting is done in Hadoop MapReduce Job?



Where sorting is done in Hadoop MapReduce Job?..

Answer / Jay Govind Singh

"Sorting": is done in the Reducer phase of a MapReduce job.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

What are mapreduce new and old apis while writing map reduce program?. Explain how it works

1 Answers  


Why Hadoop MapReduce?

1 Answers  


How to submit extra files(jars, static files) for Hadoop MapReduce job during runtime?

1 Answers  


What is difference between a MapReduce InputSplit and HDFS block

1 Answers  


Is there any point of learning mapreduce, then?

1 Answers  


Why do we need MapReduce during Pig programming?

1 Answers  


What is the job of blend () and repartition () in Map Reduce?

1 Answers  


Compare RDBMS with Hadoop MapReduce.

1 Answers  


What do sorting and shuffling do?

1 Answers  


What is the difference between Reducer and Combiner in Hadoop MapReduce?

1 Answers  


how JobTracker schedules a task ?

1 Answers  


How to create custom key and custom value in MapReduce Job?

1 Answers  


Categories