What is oozie in Hadoop ?

devquora
devquora

Posted On: Mar 14, 2020

 

Oozie is a workflow scheduler for Hadoop developed by Apache which runs the workflow of dependent jobs. In Oozie, users are permitted to create DAG's (Directed Acyclic Graphs) of workflows, which can be run in parallel and sequentially in Hadoop.

Oozie consists of two parts; workflow engine and coordinator engine. It is scalable and can handle the timely execution of thousands of workflows (each consists of dozens of jobs) in a Hadoop cluster. Moreover, Oozie is very much adjustable, as well. One can easily start, quit, suspend and rerun works. It makes it very easy to rerun broken workflows.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hadoop Interview Questions

    What does HDFS mean?

    The HDFS is one of the storage systems of the Hadoop structure. It is a circulated file structure that can helpfully ke..

    Hadoop Interview Questions

    What are the key features of HDFS?

    Various key features of HDFS are as follows: HDFS is a profoundly versatile and reliable storage system for big data st..

    Hadoop Interview Questions

    What is check pointing in Hadoop?

    Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for profi..