Answer Posted / bindu
It takes the output of map task as input and then do reduce work.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the core of the job in MapReduce framework?
Is there any point of learning mapreduce, then?
What is the relation between MapReduce and Hive?
What combiners is and when you should use a combiner in a MapReduce Job?
What is identity mapper and identity reducer?
how can you debug Hadoop code?
What is the Hadoop MapReduce API contract for a key and value Class?
What is the problem with the small file in Hadoop?
Is it legal to set the number of reducer task to zero? Where the output will be stored in this case?
How to handle record boundaries in Text files or Sequence files in MapReduce InputSplits?
How to create custom key and custom value in MapReduce Job?
What is mapreduce algorithm?
Define Writable data types in Hadoop MapReduce?
What is difference between an input split and hdfs block?
What are the main components of MapReduce Job?