Apache Oozie
{{Short description|Workflow scheduler for Apache Hadoop}}
{{primary sources|date=January 2013}}
{{Infobox software
| name = Apache Oozie
| logo = Apache Oozie logo.svg
| logo caption =
| screenshot =
| caption =
| screenshot alt =
| collapsible =
| author =
| developer = Apache Software Foundation
| released =
| discontinued =
| latest release version = 5.2.1
| latest release date = {{Start date and age|2021|02|26|df=yes}}{{cite web|url=https://lists.apache.org/thread/jy4ny7lqfj31xl4djlmkyldsohyh7k65|access-date=27 September 2022|title=[ANNOUNCE] Apache Oozie 5.2.1 released}}
| latest preview version =
| latest preview date =
| repo = {{URL|https://gitbox.apache.org/repos/asf/oozie.git|Oozie Repository}}
| programming language = Java,{{cite web|url=https://github.com/apache/oozie/tree/master/core/src/main/java/org/apache/oozie|title=apache/oozie - core/src/main/java/org/apache/oozie|website=GitHub |access-date=28 May 2020}} JavaScript
| operating system = Cross-platform
| platform = Java virtual machine
| size =
| language =
| language count =
| language footnote =
| genre =
| license = Apache License 2.0
| alexa =
| website = {{URL|//oozie.apache.org/}}
| standard =
| AsOf =
}}
Apache Oozie is a server-based workflow scheduling system to manage Hadoop jobs.
Workflows in Oozie are defined as a collection of control flow and action nodes in a directed acyclic graph. Control flow nodes define the beginning and the end of a workflow (start, end, and failure nodes) as well as a mechanism to control the workflow execution path (decision, fork, and join nodes). Action nodes are the mechanism by which a workflow triggers the execution of a computation/processing task. Oozie provides support for different types of actions including Hadoop MapReduce, Hadoop distributed file system operations, Pig, SSH, and email. Oozie can also be extended to support additional types of actions.
Oozie workflows can be parameterised using variables such as ${inputDir}
within the workflow definition. When submitting a workflow job, values for the parameters must be provided. If properly parameterized (using different output directories), several identical workflow jobs can run concurrently.
Oozie is implemented as a Java web application that runs in a Java servlet container and is distributed under the Apache License 2.0.
References
{{Reflist}}
External links
- {{Official website|//oozie.apache.org/}}
{{Apache Software Foundation}}