Search code examples
hadoopoozieoozie-coordinatoroozie-workflow

How to detect errors in an oozie workflow before actually running it?


I am new to big data and was wondering if there is a way to detect errors in an oozie workflow before running it? Something like a compilation error sort of. Please help. Thanks, Annie


Solution

  • Oozie typically runs multiple scripts, in sequence, with defined start and stops.

    I think if you go through the worflow, one script at a time, that is really the only way to do a complete run before you schedule it.