@Override
public RecordReader<LongWritable, Text> getRecordReader(InputSplit split,
JobConf conf, Reporter reporter) throws IOException {
try {
return new SMSRecordReader((SMSInputSplit) split, conf);
} catch (SQLException e) {
throw new IOException(e);
}
}