Oozie job submission fails

非 Y 不嫁゛ 提交于 2019-12-13 20:31:31

问题


I am trying to submit an example map reduce oozie job and all the properties are configured properly with regards to the path and name node and job-tracker port etc. I validated the workflow.xml too . when I deploy the job I get a job id and when I check the status I see a status KILLED and the details basically say that

/var/tmp/oozie/oozie-oozi7188507762062318929.dir/map-reduce-launcher.jar does not exist.


回答1:


In order to resolve this error, just crate hdfs folders and give appropriate permissions to them.

http://kadirsert.blogspot.com.tr/2014/03/oozie-says-jar-does-not-exist.html




回答2:


Local file system (no HDFS) should have '/var/tmp/oozie' directory. If the directory doesn't exist, create the directory and restart the Oozie server. Then there comes a lot of files under /var/tmp/oozie including *-launcher.jar files.

'/var/tmp/oozie' is the value of -Djava.io.tmpdir variable in Oozie server start-up command line. You can check the value using 'ps -ef | grep oozie' where the Oozie server is running.



来源:https://stackoverflow.com/questions/16225958/oozie-job-submission-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!