
Apache Hadoop Oozie Tutorial Introduction: Oozie is mainly used to manages the hadoop jobs in HDFS and it combines the multiple jobs in particular order to achieve the big task. It is the open source framework and used to make multiple hadoop jobs. Oozie supports the jobs in mapreduce,hive and hdfs also. In Oozie job workflow based on Directed Acylic Graph and it contains two nodes for managing the jobs that nodes are action and control flow nodes. Advantages of Oozie is it integrate with hadoop stack and also support mapreduce and hdfs jobs. Oozie contains following three types of jobs 1. Workflow jobs – It used to represents the sequence of jobs executed. 2. Coordinator Jobs – It contains workflow jobs and it triggered by time 3. Bundle Jobs – It contains the workflow and coordinator jobs Types of Nodes in Apache Oozie: Action Node – It represents the workflow jobs and jobs program are written in java Control F...