Oozie: Testing workflows locally Oozie: Testing workflows locally hadoop hadoop

Oozie: Testing workflows locally


  1. MiniOozie might help.
  2. Also using -dryrun allows to print the resolved xml of 1 materialization and do syntax check - http://oozie.apache.org/docs/3.3.2/DG_CommandLineTool.html#Dryrun_of_Coordinator_Job


Also, running them in a production environment is a bit of a risk.

Not sure what the above statement means.

Take a look at MiniOozie test here for unit testing Oozie workflow and coordinator.