Oozie job error


1 Answer(s)


hi Karthiban,

Not sure why you are executing oozie from its bin folder directly, try this
oozie job -oozie http://localhost:11000/oozie/ -config examples/apps/map-reduce/job.properties -run

Thanks