Exception in thread "main" java.lang.ClassNotFoundException: 解决方法
时间:2014-03-12 03:50:47
收藏:0
阅读:1498
[root@h1 ~]# hadoop jar W1.jar hdfs://h1:9000/hello hdfs://h1:9000/cmd
Exception in thread "main" java.lang.ClassNotFoundException: hdfs://h1:9000/hello
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.hadoop.util.RunJar.main(RunJar.java:149)
找不到main方法,由于导出jar包时没有指定出口类。
Exception in thread "main" java.lang.ClassNotFoundException: 解决方法,布布扣,bubuko.com
原文:http://www.cnblogs.com/luguoyuanf/p/3594453.html
评论(0)
