| Class | Description |
|---|---|
| TwitterStream |
Implements the "TwitterStream" program that computes a most used word occurrence
histogram over JSON files in a streaming fashion.
|
| TwitterStream.SelectEnglishAndTokenizeFlatMap |
Make sentence from english tweets.
|
| TwitterStream.SelectMaxOccurence |
Implements a user-defined FlatMapFunction that check if the word's current occurence
is higher than the maximum occurence.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.