Apache Oozie: Difference between revisions
m Navbox was moved in September 2018, replaced: {{Apache}} → {{Apache Software Foundation}} |
Rescuing 0 sources and tagging 1 as dead. #IABot (v2.0beta14) |
||
Line 19: | Line 19: | ||
| latest preview version = |
| latest preview version = |
||
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} --> |
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} --> |
||
| programming language = [[Java (programming language)|Java]]<ref>{{cite web|url=https://git-wip-us.apache.org/repos/asf?p=oozie.git;a=tree;f=core/src/main/java/org/apache/oozie;h=eae93200faacc4f9c26494b939b8aa83377438d0;hb=master|title=oozie.git/tree - core/src/main/java/org/apache/oozie|accessdate=7 July 2017}}</ref> |
| programming language = [[Java (programming language)|Java]]<ref>{{cite web|url=https://git-wip-us.apache.org/repos/asf?p=oozie.git;a=tree;f=core/src/main/java/org/apache/oozie;h=eae93200faacc4f9c26494b939b8aa83377438d0;hb=master|title=oozie.git/tree - core/src/main/java/org/apache/oozie|accessdate=7 July 2017}}{{Dead link|date=May 2019 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> |
||
| operating system = [[Cross-platform]] |
| operating system = [[Cross-platform]] |
||
| platform = [[Java virtual machine]] |
| platform = [[Java virtual machine]] |
Revision as of 09:23, 24 May 2019
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 4.3.0
/ 20 June 2017[1] |
Repository | |
Written in | Java[2] |
Operating system | Cross-platform |
Platform | Java virtual machine |
License | Apache License 2.0 |
Website | oozie |
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
- ^ "Index of /dist/oozie". Retrieved 7 July 2017.
- ^ "oozie.git/tree - core/src/main/java/org/apache/oozie". Retrieved 7 July 2017.[permanent dead link ]