//iterate thru the result path list
for (Path path : result) {
RecordReader<Text, Text> recordReader = null;
// SequenceFile.Reader reader = new SequenceFile.Reader(fs, path, job);
try {
recordReader = new KeyValueLineRecordReader(job, new FileSplit(path, 0, fs.getFileStatus(path).getLen(), (String[]) null));
Text key = new Text();
Text value = new Text();
//int counter = 1;
while (recordReader.next(key, value)) {
//get the cluster info