String fileName = context.getConfiguration().get(
SimpleCombiner.CONF_COMBINER_HANDLER);
handler = InstancesDistributor.loadInstance(context.getConfiguration(),
TupleReducer.class, fileName, true);
@SuppressWarnings("rawtypes")
ReduceContext castedContext = context;
this.context = new TupleMRContext(castedContext, tupleMRConfig);
collector = handler.new CombinerCollector(castedContext);
handler.setup(this.context, collector);
} catch(TupleMRException e) {