Package | Description |
---|---|
org.apache.hadoop.examples |
Hadoop example code.
|
Modifier and Type | Method and Description |
---|---|
MultiFileWordCount.WordOffset |
MultiFileWordCount.MultiFileLineRecordReader.createKey() |
Modifier and Type | Method and Description |
---|---|
RecordReader<MultiFileWordCount.WordOffset,Text> |
MultiFileWordCount.MyInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
MultiFileWordCount.MapClass.map(MultiFileWordCount.WordOffset key,
Text value,
OutputCollector<Text,IntWritable> output,
Reporter reporter) |
boolean |
MultiFileWordCount.MultiFileLineRecordReader.next(MultiFileWordCount.WordOffset key,
Text value) |
Copyright © 2010 The Apache Software Foundation