Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (55.6k points)
I have read many blogs about this but couldn't understand. Can anyone explain in a more detailed and easy way?

1 Answer

0 votes
by (119k points)

Oozie is used in Hadoop for scheduling a workflow of jobs. Users will create workflows in Directed Acyclic Graphs which says which job should be done after one job. Oozie helps us to start, stop or rerun the jobs. We can even skip a particular node if there is any downtime or failure.

Oozie consists of two parts as the Workflow engine and Coordinator engine. Workflow engine run workflows composed of jobs like MapReduce, Pig, Hive. The coordinator engine runs workflow jobs based on data availability and as per schedules defined at the start. Oozie has a provision to specify the frequency of execution of a job, to send email notifications after completing jobs.

Grasp concepts like Oozie in Hadoop by signing up for Hadoop Online Training.

Also, You can know more about the Hadoop ecosystem from this video by intellipaat:

Related questions

0 votes
1 answer
asked Jul 20, 2020 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer

Browse Categories

...