}
writer.close(null);
int size = (int) tFile.length();
FileSplit split = new FileSplit(basicTFile, 0, size, null);
TFileRecordReader reader = new TFileRecordReader();
reader.initialize(split,
HadoopShims.createTaskAttemptContext(
conf,
HadoopShims.createTaskAttemptID("jt", 1, true, 1, 1)));
float progress = 0, lastprogress = 0;