ClassNotFoundException after job submission

后端 未结 4 1315
轻奢々
轻奢々 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-23 23:54

    You can try jar-by-class attribute to locate the jar and let hadoop upload the jar to the TaskTracker.

    
    
    

    At last, WCMapper and WCReducer should be static, or they can not be created by hadoop.

提交回复
热议问题