public class MultiFileWordCount extends Configured implements Tool
限定符和类型 | 类和说明 |
---|---|
static class |
MultiFileWordCount.MapClass
This Mapper is similar to the one in
WordCount.MapClass . |
static class |
MultiFileWordCount.MultiFileLineRecordReader
RecordReader is responsible from extracting records from the InputSplit.
|
static class |
MultiFileWordCount.MyInputFormat
To use
MultiFileInputFormat , one should extend it, to return a
(custom) RecordReader . |
static class |
MultiFileWordCount.WordOffset
This record keeps <filename,offset> pairs.
|
构造器和说明 |
---|
MultiFileWordCount() |
限定符和类型 | 方法和说明 |
---|---|
static void |
main(String[] args) |
int |
run(String[] args)
Execute the command with the given arguments.
|
getConf, setConf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConf, setConf
Copyright © 2009 The Apache Software Foundation