Azkaban 2.5 Documentation
Overview
Azkaban was implemented at LinkedIn to solve the problem of Hadoop job dependencies. We had jobs that needed to run in order, from ETL jobs to data analytics products.
Initially a single server solution, with the increased number of Hadoop users over the years, Azkaban has evolved to be a more robust solution.
Azkaban consists of 3 key components:
- Relational Database (MySQL)
- AzkabanWebServer
- AzkabanExecutorServer
Relational Database (MySQL)
Azkaban uses MySQL to store much of its state. Both the AzkabanWebServer and the AzkabanExecutorServer access the DB.
How does AzkabanWebServer use the DB?
The web server uses the db for the following reasons:
- Project Management - The projects, the permissions on the projects as well as the uploaded files.
- Executing Flow State - Keep track of executing flows and which Executor is running them.
- Previous Flow/Jobs - Search through previous executions of jobs and flows as well as access their log files.
- Scheduler - Keeps the state of the scheduled jobs.
- SLA - Keeps all the sla rules
Azkaban是一款用于解决Hadoop作业依赖问题的工作流调度系统。它最初为LinkedIn内部需求而开发,随着Hadoop用户的增加,Azkaban逐渐发展成为一个更为强大的解决方案。该系统由三个关键组件构成:关系型数据库(MySQL)、Azkaban Web Server和Azkaban Executor Server。
3504

被折叠的 条评论
为什么被折叠?



