当前位置:网站首页>August 14, 2020: what are the execution engines for data tasks?
August 14, 2020: what are the execution engines for data tasks?
2020-11-06 21:55:00 【Fuda Dajia architect's daily question】
Fogo's answer 2020-08-14:
The most basic thing is crontab Timing task .
Considering the distributed partition timing task and high availability , It can be used elastic-job Such a framework . But such a framework cannot handle complex task dependencies .
Big data processing frameworks generally use DAG( Directed acyclic graph ) Workflow scheduling system , adopt DAG The graph describes the complex dependencies between tasks . stay Spark In job scheduling system , Is based on DAG describe rdd Dependencies between .
版权声明
本文为[Fuda Dajia architect's daily question]所创,转载请带上原文链接,感谢
边栏推荐
- 2020-09-03:裸写算法:回形矩阵遍历。
- 迅为iMX6开发板-设备树内核-menuconfig的使用
- Zhou Jie: database system of East China Normal University
- ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录
- 实用工具类函数(持续更新)
- Method of code refactoring -- Analysis of method refactoring
- Utility class functions (continuous update)
- 非易失性MRAM存储器应用于各级高速缓存
- Exclusive interview with Alibaba cloud database for 2020 PostgreSQL Asia Conference: Zeng Wenjing
- GitHub: the foundation of the front end
猜你喜欢
ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录
应用层软件开发教父教你如何重构,资深程序员必备专业技能
STM32F030K6T6兼容替换灵动MM32F031K6T6
An article will take you to understand CSS3 fillet knowledge
Big data processing black Technology: revealing the parallel computing technology of Pb level data warehouse gaussdb (DWS)
Qt音视频开发46-视频传输UDP版
Stickinengine architecture 12 communication protocol
GitHub: the foundation of the front end
Epu360: all the H5 templates you want are here, e-book, big turntable, red envelope rain, questionnaire survey
image operating system windows cannot be used on this platform
随机推荐
STM32F030C6T6兼容替换MM32SPIN05PF
【涂鸦物联网足迹】涂鸦云平台全景介绍
What kind of music do you need to make for a complete game?
Why is the LS command stuck when there are too many files?
应用层软件开发教父教你如何重构,资深程序员必备专业技能
Empty test suite appears in JUnit test
An article will take you to understand CSS alignment
[byte jumps, autumn recruitment Posts open] ohayoo! Don't leave after school, I want to ask you to play games!!!
2020-09-09:裸写算法:两个线程轮流打印数字1-100。
2020-08-15:什么情况下数据任务需要优化?
迅为iMX6开发板-设备树内核-menuconfig的使用
GitHub: the foundation of the front end
Detect certificate expiration script
实验一
win7 APPCRASH(解决方法)(转)
Zhou Jie: database system of East China Normal University
[elastic search engine]
Qt音视频开发46-视频传输UDP版
Basic usage of Vue codemirror: search function, code folding function, get editor value and verify in time
2020-09-04:函数调用约定了解么?