*/
public void testObjectWritableSpillingQueue() throws Exception {
String msg = "Testing the spillage of spilling buffer";
Text text = new Text(msg);
TaskAttemptID id = new TaskAttemptID(new TaskID("123", 1, 2), 0);
SpillingQueue<Text> queue = new SpillingQueue<Text>();
Configuration conf = new HamaConfiguration();
String fileName = System.getProperty("java.io.tmpdir") + File.separatorChar
+ new BigInteger(128, new SecureRandom()).toString(32);