Google News
logo
Hadoop - Interview Questions
What is a combiner in Hadoop?
A Combiner is a mini version of a reducer that is used to perform local reduction processes. The mapper sends the input to a specific node of the Combiner which later sends the respective output to the reducer. It also reduces the quantum of data that needs to be sent to the reducers, improving the efficiency of MapReduce.
Advertisement