Apache Oozie

Source: Wikipedia, the free encyclopedia.
Apache Oozie
Stable release
5.2.1 / 26 February 2021; 3 years ago (2021-02-26)[1]
Apache License 2.0
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

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

Java servlet container and is distributed under the Apache License
2.0.

References

  1. ^ "[ANNOUNCE] Apache Oozie 5.2.1 released". Retrieved 27 September 2022.
  2. ^ "apache/oozie - core/src/main/java/org/apache/oozie". GitHub. Retrieved 28 May 2020.

External links