E0405: Submission request doesn't have any application or lib path E0405: Submission request doesn't have any application or lib path hadoop hadoop

E0405: Submission request doesn't have any application or lib path


The <namenode> tag should not be a file path. It should point to the NameNode of the underlying Hadoop cluster where Oozie has to run the MapReduce job. Your name node should be the value of the fs.default.name from your core-site.xml.

nameNode=hdfs://localhost:9000

Also, change the property name oozie.wf.applications.path to oozie.wf.application.path (without the s).

Add the property oozie.use.system.libpath=true to your properties file.

Source: Apache Oozie by Mohammad Kamrul Islam & Aravind Srinivasan