MSCR mscr; // Current MSCR being executed
protected void setup(Reducer<PlumeObject, PlumeObject, NullWritable, NullWritable>.Context context)
throws IOException, InterruptedException {
this.mos = new MultipleOutputs(context);
this.mscr = MapRedExecutor.readMSCR(context.getConfiguration());
}