Hi all,
I'm using Hadoop 2.3.0 and MR2/Yarn on a tiny 3-node test vm cluster on my laptop.
yarn.nodemanager.resource.memory-mb is set to 1024 in yarn-site.xml.
The streaming job requests 2048MB which results in the following
---
2014-06-24 22:29:59,551 WARN org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.LeafQueue: Node : hadoop3.local:60954 does not have sufficient resource for request : {Priority: 0, Capability: <memory:2048, vCores:1>, # Containers: 1, Location: *, Relax Locality: true} node total capability : <memory:1024, vCores:8>
---
in the yarn-resourcemanager-master.log.
Where can I change/reduce the respective container memory setting for mrjob / hadoop streaming?
Thanks.
Chris