我是靠谱客的博主 羞涩冬瓜,最近开发中收集的这篇文章主要介绍关于The method setMapperClass(Class extends Mapper>) in the type Job is not applicable for the argum,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
关于The method setMapperClass(Class<? extends Mapper>) in the type Job is not applicable for the arguments (Class<csatAnalysis.MapClass>)问题。
在编写hadoop程序的MapReduce作业代码时,在job.setMapperClass(MaxTemperature.class);中会报上述的错误,其实错误在于你编写的MaxTemperature.class类,这个类你应该是用的implements Mapper,将接口改为extends Mapper,上述错误就会消失。
最后
以上就是羞涩冬瓜为你收集整理的关于The method setMapperClass(Class extends Mapper>) in the type Job is not applicable for the argum的全部内容,希望文章能够帮你解决关于The method setMapperClass(Class extends Mapper>) in the type Job is not applicable for the argum所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复