This is an older implementation of EPiC. More...
Classes | |
class | CountMapper |
class | CountReducer |
Static Public Member Functions | |
static void | setup (JobConf conf) |
Initializes the class based on provided configuration parameters. |
This is an older implementation of EPiC.
The Mappers and Reducer only compute the monomials and return back to the user. The user is responsible for reconstructing the count value by multiplying the obtained results with the precomputed coefficients.
static void mapred.MapRedNotSendCoeff.setup | ( | JobConf | conf | ) | [inline, static] |
Initializes the class based on provided configuration parameters.
The initialization comprises setting job's name, assigning Mapper and Reducer class as well as their input and output key-value classes.
conf | configuration parameters. |