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