I gave an input to the mapper from a local filesystem.It is running successfully from eclipse,But not running from the cluster as it is unable to find the local input path s
U might wanna try this by setting the configuration as
Configuration conf=new Configuration(); conf.set("job.mapreduce.tracker","local"); conf.set("fs.default.name","file:///");
After this u can set the fileinputformat with the local path and u r good to go