HBase and Other Big Data Databases • 141
once appropriate conguration steps have occurred (e.g., using a JAR le
with the required libraries). Heavily used classes in MapReduce are:
• InputFormat
• Mapper
• Reducer
• OutputFormat
InputFormat splits the input data and returns a RecordReader ...