How many Mappers run for a MapReduce job 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 sort intermediate output based on values in MapReduce?
What is the input type/format in MapReduce by default?
Explain task granularity
What are mapreduce new and old apis while writing map reduce program?. Explain how it works
Does mapreduce programming model provide a way for reducers to communicate with each other? In a mapreduce job can a reducer communicate with another reducer?
In Map Reduce why map write output to Local Disk instead of HDFS?
Why the output of map tasks are stored (spilled ) into local disc and not in hdfs?
What is Combiner in MapReduce?
Is it possible to search for files using wildcards?
Explain Working of MapReduce?
Is it possible to split 100 lines of input as a single split in MapReduce?
What is the difference between an RDBMS and Hadoop?
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?