Jon Blower wrote:
My guess is that the "source" program is not available on your version of FreeBSD. Try running the "source" program (with no arguments) from the command line or type "man source". Do you see anything? If not, you probably don't have the "source" program, which is called by the hadoop script.
The "source" command is a shell builtin which effectively inserts the content of another shell script within a shell script, so that the "source"d script can, e.g., set local variables, etc.
Doug ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
