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
I was getting the same issue then separating the mapper and reducer class works and the following changes were done in applicationContext.xml:
applicationContext.xml
fs.default.name=${fs.default.name} mapred.job.tracker=${mapred.job.tracker}