Which best describes what the map method accepts and emits?
public class Mapper<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
extends Object
Maps input key/value pairs to a set of intermediate key/value pairs.
Maps are the individual tasks which transform input records into a intermediate records. The transformed intermediate records need not be of the same type as the input records. A given input pair may map to zero or many output pairs.
Class Mapper<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
Currently there are no comments in this discussion, be the first to comment!