dfsCluster.getFileSystem().getConf());
File testConfFile = new File(TEST_ROOT_DIR, "test.xml");
try {
testConfFile.createNewFile();
testConf.writeXml(new FileOutputStream(testConfFile));
testConfFile.deleteOnExit();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
throw new RuntimeException(e);