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

Reply via email to