Hadoop node manager does not satisfy minimum allocations

The Hadoop node manager does not satisfy the minimum allocations. I get the following error:

org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Received SHUTDOWN signal from Resourcemanager, Registration NodeManager failed, Message from resource manager: NodeManager from DP112.Mas.company.com does not satisfy the minimum allocations, Sending SHUTDOWN to NodeManager.

RAM is 6 GB in my physical box And I install Single node for the initial testing purpose

+4
source share
1 answer

The error "ResourceManager: NodeManager from *** doesn't satisfy minimum allocations"is visible when the node on which the node manager is running lacks wrt resources yarn.scheduler.minimum-allocation-vcoresand yarn.scheduler.minimum-allocation-mbconfigurations.

yarn.scheduler.minimum-allocation-vcores / yarn.scheduler.minimum-allocation-mb, .

+1

Source: https://habr.com/ru/post/1685646/


All Articles