I am trying to crawl a few sites using nutch and hadoop . I have a cluster of 10 pc's and i have given nutch as a job file to hadoop. I am able to execute most commands like
bin_temp/hadoop dfs -put xxx yyy (ls, mkdir) etc
But when i try to run nutch then i get the following error.
When i remove the hadoop-env.sh ,hadoop-site.xml and masters file and replace slaves with "localhost" ....i am able to crawl perfectly well (but only on master pc :(( )