Oozie Job Error - java.io.IOException: configuration is not specified Oozie Job Error - java.io.IOException: configuration is not specified hadoop hadoop

Oozie Job Error - java.io.IOException: configuration is not specified


The path that you give to the -config parameter must exist on the local drive (not on HDFS). Make sure that /user/oozie/HiveLoadData/job.properties does exist - do e.g. ls /user/oozie/HiveLoadData/job.properties on the same machine where you execute the oozie job -oozie... command


bin/oozie job --oozie http://node03:11000/oozie -config oozie_works/sereval-actions/job.properties -run

This is a bootable format that can be run.


You could try with --config parameter:

$ oozie job --oozie http://node03:11000/oozie --run --config job.properties