I am new to MapReduce - hadoop world . And in configurations and documents they are specifying Number of mappers and reducers. What does it actually mean? My doulbts are:
- Is it specify number of levels mapping/reducing will be done. ie, if No. of reducer=2.Then reduce method will be called 2 times. Is it?
- Is it specifying Number of mapper/reducer threads working parallel, but each do map/reduce only once.
Which one is correct? or it means someothing else.I am in confusion.. Please answer me