Answer Posted / bindu
It is data processing layer of hadoop.map and reduce are the two tasks for processing data in hadoop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to submit extra files(jars, static files) for Hadoop MapReduce job during runtime?
Where sorting is done in Hadoop MapReduce Job?
Is Mapreduce Required For Impala? Will Impala Continue To Work As Expected If Mapreduce Is Stopped?
What is mapper in map reduce?
Does Partitioner run in its own JVM or shares with another process?
Explain what are the basic parameters of a mapper?
How do ‘map’ and ‘reduce’ work?
What is the Reducer used for?
Map reduce jobs take too long. What can be done to improve the performance of the cluster?
What are combiners? When should I use a combiner in my MapReduce Job?
what daemons run on a master node and slave nodes?
Explain the sequence of execution of all the components of MapReduce like a map, reduce, recordReader, split, combiner, partitioner, sort, shuffle.
If reducers do not start before all mappers finish then why does the progress on mapreduce job shows something like map(50%) reduce(10%)? Why reducers progress percentage is displayed when mapper is not finished yet?
what does the text input format do?
Which Sorting algorithm is used in Hadoop MapReduce?