os.close();
}
FileSplit split = new FileSplit(path, 0, fs.getFileStatus(path).getLen(), new String[0]);
ARCFileRecordReader reader = new ARCFileRecordReader();
reader.initialize(conf,split);
int index = 0;
// iterate and validate stuff ...
Text key = reader.createKey();