writer.open();
}
@Override
public void nextFrame(ByteBuffer buffer) throws HyracksDataException {
fta.reset(buffer);
String collectionModifiedName = collectionName.replace("${nodeId}", nodeId);
File collectionDirectory = new File(collectionModifiedName);
// Go through each tuple.
if (collectionDirectory.isDirectory()) {