I am trying to run a sh
script through Oozie, but I am facing a problem:
Cannot run program "script.sh" (in directory "/mapred/local/taskTracker/dell/jobcache/job_201312061003_0001/attempt_201312061003_0001_m_000000_0/work"): java.io.IOException: error=2, No such file or directory.
Please help me with necessary steps.
ls -la
from oozie to prove that it's there. Did you copy it there manually of using oozie via <file>script.sh</file>? – Leitman