问题: Type mismatch in key from map: expected org.apache.hadoop.io.Text, recieved org.apache.hadoop.io.LongWritable 解决方案
摘要:
在Job中添加相应的输入类型,例如:job.setMapOutputKeyClass(Text.class);job.setMapOutputValueClass(IntWritable.class); 阅读全文
posted @ 2013-08-22 13:33 魔GUI 阅读(4023) 评论(0) 推荐(0)
浙公网安备 33010602011771号