String fileName = context.getConfiguration().get(SimpleReducer.CONF_REDUCER_HANDLER);
handler = InstancesDistributor.loadInstance(context.getConfiguration(),
TupleRollupReducer.class, fileName, true);
collector = handler.new Collector(
(ReduceContext<DatumWrapper<ITuple>, NullWritable, Object, Object>) context);
this.context = new TupleMRContext(
(ReduceContext<DatumWrapper<ITuple>, NullWritable, Object, Object>) context,
tupleMRConfig);
handler.setup(this.context, collector);
}