ClassNotFoundException after job submission

后端 未结 4 1366
轻奢々
轻奢々 2021-01-23 23:31

I\'m trying out Spring Data - Hadoop for executing the MR code on a remote cluster from my local machine\'s IDE

//Hadoop 1.1.2, Spring 3.2.4, Spring-Data-Hadoop 1.0.0

4条回答
  •  醉酒成梦
    2021-01-24 00:18

    Right Click on your Project, Build Path -> Configure Build Path. Select Libraries tab, Click Add External JARs and copy all the Required JAR files in your hadoop directory. I guess, this will solve your problem.

提交回复
热议问题