当前位置:网站首页>Yan required executor memory is above the max threshold (8192mb) of this cluster!
Yan required executor memory is above the max threshold (8192mb) of this cluster!
2022-07-25 15:14:00 【The south wind knows what I mean】
Problem description :
Sparn on Yarn In this scenario Spark When the task , Single executor Of memeory Set more than 8G The following errors will be reported , This is a yarn Unreasonable settings lead to ,yarn Default single nodemanager by 8G resources , This is not reasonable , So I make adjustments on the cluster .
Main log performance :
Solution :
modify yarn-site.xml
<property>
<description>The minimum allocation for every container request at the RM,
in MBs. Memory requests lower than this won't take effect,
and the specified value will get allocated at minimum.</description>
<name>yarn.scheduler.minimum-allocation-mb</name>
<value>2048</value>
</property>
<property>
<description>The maximum allocation for every container request at the RM,
in MBs. Memory requests higher than this won't take effect,
and will get capped to this value.</description>
<name>yarn.scheduler.maximum-allocation-mb</name>
<value>16384</value>
</property>
<property>
<description>yarn Assigned to nodemanager Maximum number of cores </description>
<name>yarn.scheduler.maximum-allocation-vcores</name>
<value>16</value>
</property>
Adjusted performance

边栏推荐
- Yarn: the file yarn.ps1 cannot be loaded because running scripts is prohibited on this system.
- mysql heap表_MySQL内存表heap使用总结-九五小庞
- 在win10系统下使用命令查看WiFi连接密码
- Boosting之GBDT源码分析
- Recommend 10 learning websites that can be called artifact
- 简易轮播图和打地鼠
- The implementation process of inheritance and the difference between Es5 and ES6 implementation
- golang复习总结
- LeetCode_ String_ Medium_ 151. Reverse the words in the string
- SublimeText-win10光标跟随问题
猜你喜欢

Docker上运行redis以配置文件方式启动,连接客户端报错Error: Server closed the connection

异步fifo的实现

记一次Spark foreachPartition导致OOM

Client error: invalid param endpoint is blank

outline和box-shadow实现外轮廓圆角高光效果

Deployment and simple use of PostgreSQL learning

打开虚拟机时出现VMware Workstation 未能启动 VMware Authorization Service

API health status self inspection

树莓派入门:树莓派的初始设置

ice 100G 网卡分片报文 hash 问题
随机推荐
args参数解析
RedisCluster搭建和扩容
Spark 判断DF为空
Idea远程提交spark任务到yarn集群
TypeScript学习2——接口
sql to linq 之存储过程偏
6月产品升级观察站
Detailed explanation of lio-sam operation process and code
Application of object detection based on OpenCV and yolov3
Handle Oracle deadlock
Meanshift clustering-01 principle analysis
npm的nexus私服 E401 E500错误处理记录
Spark sql 常用时间函数
"Ask every day" reentrantlock locks and unlocks
Leetcode combination sum + pruning
Promise object and macro task, micro task
Vs2010添加wap移动窗体模板
String type time comparison method with error string.compareto
Spark提交参数--files的使用
System. Accessviolationexception: an attempt was made to read or write to protected memory. This usually indicates that other memory is corrupted