我正在使用hue在oozie上运行shell脚本,提交工作流作业时显示以下错误:
Cannot run program "FileManipulation.sh"
(in directory "/hadoop/mapred/local/taskTracker/root/jobcache/job_201503271756_0277/attempt_201503271756_0277_m_000000_0/work"):
java.io.IOException: error=2, No such file or directory
原因是什么?
1条答案
按热度按时间vc9ivgsu1#
请检查目录权限包含
FileManipulation.sh
文件。全力以赴read
,write
以及execute
目录及其文件的权限。同时在“shell命令”和“文件”中为shell脚本添加路径,有时这可能会导致相同的问题。