Hadoop node manager does not satisfy minimum alloc

2019-02-14 12:04发布

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

标签: hadoop2
1条回答
我欲成王,谁敢阻挡
2楼-- · 2019-02-14 12:36

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.

查看更多
登录 后发表回答