30313233343536
job.setInputFormatClass(TextInputFormat.class); } @Override protected StockExchangeRecord instantiateModel(LongWritable key, Text value) { return new StockExchangeRecord(value); }