I am using Hadoop but when I start my job execution mappers are spawned as per number of inputs (which of course is the desired operation) but Hadoop spawns only 1 reducer regardless of input. Although there is a valid input split I don't know why Hadoop spawns only 1 reducer for the task.
Before enforcing more reducers could someone give me a hint as to why this occurs?