What is Reduce only jobs?
Answer / bindu
It takes the output of map task as input and then do reduce work.
Is This Answer Correct ? | 0 Yes | 0 No |
What is shuffling in mapreduce?
Explain the Reducer's Sort phase?
What does a 'MapReduce Partitioner' do?
What is a Speculative Execution in Hadoop MapReduce?
what is the Hadoop MapReduce APIs contract for a key and value class?
How does inputsplit in mapreduce determines the record boundaries correctly?
Write a Mapreduce Program for Character Count ?
What comes in Hadoop 2.0 and MapReduce V2 YARN
How can you add the arbitrary key-value pairs in your mapper?
Where sorting is done on mapper node or reducer node in MapReduce?
What is InputFormat in Hadoop MapReduce?
How do you stop a running job gracefully?