Hadoop node manager does not satisfy minimum allocations

时光总嘲笑我的痴心妄想 提交于 2019-11-30 17:55:08

问题


Hadoop node manager doesn't satisfy minimum allocations. I am getting the following error:

org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Received SHUTDOWN signal from Resourcemanager, Registration of NodeManager failed, Message from Resource Manager: NodeManager from DP112.Mas.company.com doesn't satisfy minimum allocations, Sending SHUTDOWN signal to the NodeManager.

RAM -6 GB in my physical box And I am setting Single node setup for initial testing purpose


回答1:


The "ResourceManager: NodeManager from *** doesn't satisfy minimum allocations" error is seen when node on which node manager is being started does not have enough resources w.r.t yarn.scheduler.minimum-allocation-vcores and yarn.scheduler.minimum-allocation-mb configurations.

Reduce values of yarn.scheduler.minimum-allocation-vcores and / or yarn.scheduler.minimum-allocation-mb then restart Yarn.



来源:https://stackoverflow.com/questions/46211890/hadoop-node-manager-does-not-satisfy-minimum-allocations

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!