public class AggregateWordCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateWordCount.WordCountPlugInClass |
| Constructor and Description |
|---|
AggregateWordCount() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main driver for word count map/reduce program.
|
public static void main(String[] args) throws IOException, InterruptedException, ClassNotFoundException
IOException - When there is communication problems with the job tracker.InterruptedExceptionClassNotFoundExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.