Jump to content

Apache Oozie: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Cydebot (talk | contribs)
m Robot - Speedily moving category Workflow software to Category:Workflow applications per CFDS.
External links: Pruned EL section to meet WP:EL
Line 47: Line 47:
==External links==
==External links==
* {{Official website|//oozie.apache.org/}}
* {{Official website|//oozie.apache.org/}}

===Editors===
* [http://gethue.com/category/oozie/ Hue editor and dashboard]
* [https://github.com/apache/oozie/tree/master/workflowgenerator Oozie workflow generator]
* [http://oep.mashin.io Oozie Eclipse plugin]





Revision as of 23:19, 22 November 2018

Apache Oozie
Developer(s)Apache Software Foundation
Stable release
4.3.0 / 20 June 2017; 7 years ago (2017-06-20)[1]
Repository
Written inJava[2]
Operating systemCross-platform
PlatformJava virtual machine
Websiteoozie.apache.org

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

  1. ^ "Index of /dist/oozie". Retrieved 7 July 2017.
  2. ^ "oozie.git/tree - core/src/main/java/org/apache/oozie". Retrieved 7 July 2017.