在Job中添加相应的输入类型,例如:

job.setMapOutputKeyClass(Text.class);
job.setMapOutputValueClass(IntWritable.class);

 

相关文章: