Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- BigData
- RStudio
- Python
- Graph Tech
- r
- graph database
- graph
- 그래프 데이터베이스
- SparkML
- spark
- 그래프
- Graph Ecosystem
- TigerGraph
- GDB
- 그래프 에코시스템
- DeepLearning
- RDD
- Neo4j
- Federated Learning
- 연합학습
- TensorFlow
- GraphX
- 인공지능
- 빅데이터
- 그래프 질의언어
- 분산 병렬 처리
- SQL
- 딥러닝
- Cypher
- GSQL
Archives
- Today
- Total
Hee'World
Oozie란??? 본문
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.
'BigData > Oozie' 카테고리의 다른 글
Oozie 설치하기 (1) | 2013.11.10 |
---|
Comments