public class WordCount
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| Modifier and Type | Class and Description |
|---|---|
static class |
WordCount.SumProcessor |
static class |
WordCount.TokenProcessor |
| Constructor and Description |
|---|
WordCount() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
int |
run(String[] args) |
boolean |
run(String inputPath,
String outputPath,
org.apache.hadoop.conf.Configuration conf,
int numPartitions) |
Copyright © 2014 Apache Software Foundation. All rights reserved.