TreeMap<Key,Value> files = new TreeMap<Key,Value>();
fs.mkdirs(new Path(Constants.getMetadataTableDir() + "_new" + "/default_tablet"));
FileSKVWriter defaultTabletFile = FileOperations.getInstance().openWriter(Constants.getMetadataTableDir() + "_new" + "/default_tablet/00000_00000.rf", fs,
conf, AccumuloConfiguration.getDefaultConfiguration());
defaultTabletFile.startDefaultLocalityGroup();
while (rootIter.hasTop()) {
Key key = rootIter.getTopKey();
Value val = rootIter.getTopValue();