当前位置:网站首页>flink yarn-session的两种使用方式
flink yarn-session的两种使用方式
2022-08-05 05:14:00 【bigdata1024】
flink on yarn模式中,flink yarn-session的两种使用方式分析

第一种:在yarn中初始化一个flink集群,开辟指定的资源,以后提交任务都向这里提交。这个flink集群会常驻在yarn集群中,除非手工停止。
第二种(推荐):每次提交都会创建一个新的flink集群,任务之间互相独立,互不影响,方便管理。任务执行完成之后创建的集群也会消失。
获取更多大数据资料,视频以及技术交流请加群:

边栏推荐
猜你喜欢

【过一下3】卷积&图像噪音&边缘&纹理

The mall background management system based on Web design and implementation

Calling Matlab configuration in pycharm: No module named 'matlab.engine'; 'matlab' is not a package

Convert the paper official seal in the form of a photo into an electronic official seal (no need to download ps)
![[Go through 7] Notes from the first section of the fully connected neural network video](/img/e2/1107171b52fe9dcbf454f7edcdff77.png)
[Go through 7] Notes from the first section of the fully connected neural network video

数据库 单表查询
![[Go through 10] sklearn usage record](/img/70/60783c7d16000c6e9d753d8db9a330.png)
[Go through 10] sklearn usage record

Flink Broadcast 广播变量

NodeJs接收上传文件并自定义保存路径

DOM及其应用
随机推荐
【过一下16】回顾一下七月
对数据排序
机器学习(二) —— 机器学习基础
[Remember 1] June 29, 2022 Brother and brother double pain
位运算符与逻辑运算符的区别
【Reading】Long-term update
redis cache clearing strategy
Returned object not currently part of this pool
flink实例开发-batch批处理实例
JSX基础
Transformation 和 Action 常用算子
学习总结week3_3迭代器_模块
学习总结week2_4
Database experiment five backup and recovery
el-table,el-table-column,selection,获取多选选中的数据
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
【练一下1】糖尿病遗传风险检测挑战赛 【讯飞开放平台】
【过一下7】全连接神经网络视频第一节的笔记
数据库 单表查询
Opencv中,imag=cv2.cvtColor(imag,cv2.COLOR_BGR2GRAY) 报错:error:!_src.empty() in function ‘cv::cvtColor‘