Predefined Mapper and Reducer Classes in Hadoop
With in Hadoop framework there are some predefined Mapper and Reducer classes which can be used as is in the required scenarios. That way you are not required to write mapper or reducer for those scenarios, you can use ready made classes instead. Let’s see some of the predefined Mapper…