관리 메뉴

Hee'World

Oozie란??? 본문

BigData/Oozie

Oozie란???

Jonghee Jeon 2013. 10. 31. 19:04


Apache Oozie Workflow Scheduler for Hadoop

Overview

Oozie is a workflow scheduler system to manage Apache Hadoop jobs.

Oozie Workflow jobs are Directed Acyclical Graphs (DAGs) of actions.

Oozie Coordinator jobs are recurrent Oozie Workflow jobs triggered by time (frequency) and data availabilty.

Oozie is integrated with the rest of the Hadoop stack supporting several types of Hadoop jobs out of the box (such as Java map-reduce, Streaming map-reduce, Pig, Hive, Sqoop and Distcp) as well as system specific jobs (such as Java programs and shell scripts).

Oozie is a scalable, reliable and extensible system.



http://oozie.apache.org/ -



'BigData > Oozie' 카테고리의 다른 글

Oozie 설치하기  (1) 2013.11.10
Comments