Mapper.Context
Constructor and Description |
---|
TokenizerMapper() |
Modifier and Type | Method and Description |
---|---|
void |
map(Object key,
Text value,
Mapper.Context context)
Called once for each key/value pair in the input split.
|
public void map(Object key, Text value, Mapper.Context context) throws IOException, InterruptedException
Mapper
map
in class Mapper<Object,Text,Text,IntWritable>
IOException
InterruptedException
Copyright © 2010 The Apache Software Foundation