I do my nutch development and debugging on a Windows XP machine before
transferring my jar files to a Linux cluster for actual production
runs. This has worked fine in the past, but there seems to be a
problem now that we're using Hadoop .15. Now when I run the injector
(presumably other classes as well) from Eclipse, Hadoop makes a shell
command call to "df" and of course doesn't find it on a Windows
machine so the job fails. There has to be a way around this so I can
debug from Eclipse, anybody know what that might be? Configuration
setting or something to tell it that I'm running on Windows?