Why use Oozie instead of just cascading a jobs one after another?
- Major flexibility – Start, Stop, Suspend, and re-‐run jobs
- Oozie allows you to restart from a failure – You can tell Oozie to restart a job from a specific node in the graph or to skip specific failed nodes
Other Features
• Java Client API/ Command Line Interface
– Launch, control, and monitor jobs from your Java Apps
• Web Service API
– You can control jobs from anywhere
• Run Periodic jobs
– Have jobs that you need to run every hour, day, week? Have Oozie run the jobs for you
• Receive an email when a job is complete