Mapper.Context
Constructor and Description |
---|
WordCount.TokenizerMapper() |
Modifier and Type | Method and Description |
---|---|
void |
map(java.lang.Object key,
org.apache.hadoop.io.Text value,
Mapper.Context context)
Called once for each key/value pair in the input split.
|
public void map(java.lang.Object key, org.apache.hadoop.io.Text value, Mapper.Context context) throws java.io.IOException, java.lang.InterruptedException
Mapper
Copyright © 2009 The Apache Software Foundation