| Class | Description |
|---|---|
| TwitterStream |
Implements the "TwitterStream" program that computes a most used word
occurrence over JSON files in a streaming fashion.
|
| TwitterStream.SelectEnglishAndTokenizeFlatMap |
Makes sentences from English tweets.
|
| TwitterStream.SelectMaxOccurence |
Implements a user-defined FlatMapFunction that checks if the current
occurence is higher than the maximum occurence.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.