| Class | Description |
|---|---|
| WordCount |
Implements a word count which takes the input file and counts the number of
the occurrences of each word in the file.
|
| WordCount.CountWords |
Sums up the counts for a certain given key.
|
| WordCount.TokenizeLine |
Converts a Record containing one string in to multiple string/integer pairs.
|
| WordCountWithHadoopOutputFormat |
Implements a word count which takes the input file and counts the number of
the occurrences of each word in the file.
|
| WordCountWithHadoopOutputFormat.CountWords |
Sums up the counts for a certain given key.
|
| WordCountWithHadoopOutputFormat.TokenizeLine |
Converts a Record containing one string in to multiple string/integer pairs.
|
Copyright © 2013–2014. All rights reserved.