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