LOG.error("Error initializing spilled data stream.", e);
throw new RuntimeException(e);
}
spillOutputBuffer = new SpillingDataOutputBuffer(bufferCount, bufferSize,
threshold, direct, processor);
objectWritable = new ObjectWritable();
objectWritable.setConf(conf);
this.conf = conf;
}