Hadoop Reducer
(Redirected from Hadoop reducer)
Jump to navigation
Jump to search
A Hadoop Reducer is a MapReduce Reducer in a Hadoop program.
- Context:
- It can first read in the current set of hadoop clusters from file, then read in the outputs from all the hadoop mappers.
- See: Hadoop Mapper.