Package org.apache.hadoop.mapred
Interface OutputCollector<K,V>
@Public
@Stable
public interface OutputCollector<K,V>
-
Method Summary
-
Method Details
-
collect
Adds a key/value pair to the output.- Parameters:
key- the key to collect.value- to value to collect.- Throws:
IOException
-