Class Not Found Exception in Mapreduce wordcount job

前端 未结 9 1299
[愿得一人]
[愿得一人] 2020-12-11 02:03

i am trying to run a wordcount job in hadoop.but always getting a class not found exception.I am posting the class that i wrote and the command i using to run the job

9条回答
  •  既然无缘
    2020-12-11 02:26

    I suspect this :

    14/01/27 13:16:02 WARN mapred.JobClient: No job jar file set. User classes may not be found. See JobConf(Class) or JobConf#setJar(String).

    I got the same error when using CDH4.6 and it got solved after resolving the above warning.

提交回复
热议问题