mapred
Class MapRedNotSendCoeff

java.lang.Object
  extended by mapred.MapRedNotSendCoeff

public class MapRedNotSendCoeff
extends java.lang.Object

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.

Author:
vohuudtr

Constructor Summary
MapRedNotSendCoeff()
           
 
Method Summary
static void setup(org.apache.hadoop.mapred.JobConf conf)
          Initializes the class based on provided configuration parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapRedNotSendCoeff

public MapRedNotSendCoeff()
Method Detail

setup

public static void setup(org.apache.hadoop.mapred.JobConf conf)
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.

Parameters:
conf - configuration parameters.