Hadoop运行jar包,提示ClassNotFoundException 找不到你写的类
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
最近做hadoop集群试验,用的hadoop2.7.4,遇到这么个问题,将自己写的wordcount打包成jar后,放到linux上后,执行hadoop jar mapreduce.jar WordCount input output 后,运行时,会报下面的警告
查了一些blog有的说可以添加解决
job.setJarByClass(getClass());
但是我加了之后发现并没有变化,后来发现hadoop无法识别你的包 所以调用的时候应该是
hadoop jar com.xxx.xxxx.jar WordCount input output这样调用后问题解决
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)