当前位置:网站首页>Azkaban overview
Azkaban overview
2022-07-05 02:46:00 【A vegetable chicken that is working hard】
What is? azkaban
1. The term
- Batch workflow task scheduler
2. explain
- It is mainly used to run a group of work and processes in a specific order within a workflow , It's configured through simple key:value Right way , Through the configuration of dependencies To set up dependencies
- Azkaban Use job Configuration files establish dependencies between tasks , And provide an easy to use web User interface to maintain and track your workflow
Why do we need a workflow scheduling system
1. Solve the dependency between task units
- A complete data analysis system is usually composed of a large number of task units (shell Script program ,java Program ,mapreduce Program 、hive Script etc. )
- There are time sequence and pre and post dependence relationships among task units
- In order to well organize such a complex implementation plan , A workflow scheduling system is needed to schedule execution
2. Timing scheduler
- The whole execution process needs manual participation , And keep an eye on the progress of each task . But a lot of our tasks are carried out in the middle of the night , Set it up by writing a script crontab perform
- Actually , The whole process is similar to a directed acyclic graph (DAG)
- Each subtask is equivalent to a node in a large task , That is to say , What we need is a workflow scheduler , and Azkaban It is a scheduler that can solve the above problems
Azkaban characteristic
1. Compatible with any version of hadoop
2. Easy to use Web The user interface , Convenient and simple foolproof operation
3. Modular and pluggable plug-in mechanism
4. authentication / to grant authorization ( The work of authority )
5. Ability to kill and restart workflow
6. Email reminders about failure and success
Common workflow scheduling system
1. Simple task scheduling
- Use it directly crontab Realization
2. Complex task scheduling
- Develop a scheduling platform or use an off the shelf open source scheduling system , such as ooize、azkaban etc.
Ooize and Azkaban Feature comparison
Azkaban The architecture of
1. Architecture diagram
2. explain
- AzkabanWebServer:AzkabanWebServer As a whole Azkaban The main of workflow system managers , It's user login authentication 、 be responsible for project management 、 Scheduled execution of workflow 、 A series of tasks such as tracking the progress of workflow execution
- AzkabanExecutorServer: Be responsible for specific Submission of Workflow 、 perform , They use MySQL Database to coordinate task execution
- Relational database (MySQL): Store most of the execution flow state ,AzkabanWebServer and AzkabanExecutorServer You need to access the database
边栏推荐
- Kotlin - 协程 Coroutine
- [200 opencv routines] 99 Modified alpha mean filter
- Master Fur
- Watch the online press conference of tdengine community heroes and listen to TD hero talk about the legend of developers
- Write a thread pool by hand, and take you to learn the implementation principle of ThreadPoolExecutor thread pool
- 2022/02/13
- Hmi-31- [motion mode] solve the problem of picture display of music module
- d3js小记
- Design and implementation of kindergarten management system
- Marubeni Baidu applet detailed configuration tutorial, approved.
猜你喜欢
Sqoop安装
端口,域名,协议。
spoon插入更新oracle数据库,插了一部分提示报错Assertion botch: negative time
Linux安装Redis
Design and practice of kubernetes cluster and application monitoring scheme
问题解决:AttributeError: ‘NoneType‘ object has no attribute ‘append‘
Design and implementation of community hospital information system
【LeetCode】404. Sum of left leaves (2 brushes of wrong questions)
Scientific research: are women better than men?
[download white paper] does your customer relationship management (CRM) really "manage" customers?
随机推荐
[micro service SCG] 33 usages of filters
100 basic multiple choice questions of C language (with answers) 04
Spark SQL learning bullet 2
Serious bugs with lifted/nullable conversions from int, allowing conversion from decimal
Why are there fewer and fewer good products produced by big Internet companies such as Tencent and Alibaba?
LeetCode 314. Binary tree vertical order traversal - Binary Tree Series Question 6
Pytest (4) - test case execution sequence
【LeetCode】222. The number of nodes of a complete binary tree (2 mistakes)
GFS distributed file system
Comparison of advantages and disadvantages between platform entry and independent deployment
[understanding of opportunity -38]: Guiguzi - Chapter 5 flying clamp - warning one: there is a kind of killing called "killing"
Blue bridge - maximum common divisor and minimum common multiple
When to catch an exception and when to throw an exception- When to catch the Exception vs When to throw the Exceptions?
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
openresty ngx_ Lua variable operation
【LeetCode】98. Verify the binary search tree (2 brushes of wrong questions)
tuple and point
Master Fur
Kotlin - coroutine
问题解决:AttributeError: ‘NoneType‘ object has no attribute ‘append‘