Description
Shell action's stderr contains an error message about path.
I executed shell action example to test Oozie 5.1 rc1, the job finished with success, but stderr of the job contained "Path echo doesn't appear to exist".
writeLine(errorStream, "Path " + filename + " doesn't appear to exist");
The problem is that we ignore the PATH of the process.