Java org.apache.hadoop.mapred Mapper fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred Mapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred Mapper.

The text is from its open source code.

Implementation

org.apache.hadoop.mapred.Mapper has the following implementations.
Click this link to see all its implementation.

Method

voidconfigure(JobConf job)
Initializes a new instance from a JobConf .
voidmap(K1 key, V1 value, OutputCollector output, Reporter reporter)
Maps a single input key/value pair into an intermediate key/value pair.