February 2015
Beginner to intermediate
208 pages
4h 15m
English
Oozie (see http://oozie.apache.org/) is an open source workflow coordination and schedule service to manage data processing jobs. Oozie workflow jobs are defined in a series of nodes in a Directed Acyclical Graph (DAG). Acyclical here means that there are no loops in the graph and all nodes in the graph flow in one direction without going back. Oozie workflows contain either the control flow node or action node:
Read now
Unlock full access