Search

How can we mention multiple mappers and reducer classes in Chain Mapper or Chain Reducer classes ?



In Chain Mapper,
    • ChainMapper.addMapper() method is used to add mapper classes.
In ChainReducer,
    • ChainReducer.setReducer() method is used to specify the single reducer class.
    • ChainReducer.addMapper() method can be used to add mapper classes.