public static class WordCount.Tokenizer extends Mapper<LongWritable,Text,Text,IntWritable>
Mapper.Context| Constructor and Description |
|---|
Tokenizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(LongWritable key,
Text data,
Mapper.Context context) |
public void map(LongWritable key, Text data, Mapper.Context context) throws IOException, InterruptedException
map in class Mapper<LongWritable,Text,Text,IntWritable>IOExceptionInterruptedExceptionCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.