8081828384858687888990
reader.initialize(conf,split); int index = 0; // iterate and validate stuff ... Text key = reader.createKey(); BytesWritable value = reader.createValue(); while (reader.next(key,value)) { TestRecord testRecord = records.get(index++);