Class | Description |
---|---|
DateTwitterPreprocessingMapper |
This mapper loads arguments for the
AbstractTwitterPreprocessingToolOptions from the
HadoopTwitterPreprocessingTool.ARGS_KEY variable (once per in memory
mapper) and uses these to preprocess tweets. |
DaySplitReducer | |
HadoopCounterTest | |
HadoopCounterTest.CounterMapper | |
HadoopCounterTest.CounterReducer | |
HadoopLZOTest | |
HadoopLZOTest.CounterMapper | |
HadoopLZOTest.CounterReducer | |
HadoopTwitterPreprocessingTool |
A hadoop implementation of twitter preprocessing
|
HadoopTwitterPreprocessingToolOptions |
Hadoop specific options for twitter preprocessing
|
HadoopTwitterTokenTool |
A hadoop implementation of various twitter token counting algorithms
|
HadoopTwitterTokenToolOptions |
Hadoop specific options for twitter preprocessing
|
JsonPathFilterSet |
Given a collection of JSONpath, treat each path as a filter and return true if
a given json input matches every filter
|
NotEmptyCollection<T> |
asserts that a collection is not empty
|
SimpleTwitterPreprocessingMapper |
This mapper loads arguments for the
AbstractTwitterPreprocessingToolOptions from the
HadoopTwitterPreprocessingTool.ARGS_KEY variable (once per in memory
mapper) and uses these to preprocess tweets. |
TextDaySplitStage | |
TwitterPreprocessingMapper |
This mapper loads arguments for the
AbstractTwitterPreprocessingToolOptions from the
HadoopTwitterPreprocessingTool.ARGS_KEY variable (once per in memory
mapper) and uses these to preprocess tweets. |
Enum | Description |
---|---|
ReducerModeOption |
A style of reducer
|