I am trying to run a sh script through Oozie, but I am facing a problem:
sh
Cannot run program \"script.sh\" (in directory \"/mapred/local/tas
In addition to what others said, this can also be caused by a shell script having wrong line endings (e.g. CRLF for Windows). At least this happened to me :)