I use Hadoop-2.4.0 , and my system configurations are 24 cores, 96 GB of RAM.
I use the following configs
mapreduce.map.cpu.vcores=1 yarn.nodemanager.resource.cpu-vcores=10 yarn.scheduler.minimum-allocation-vcores=1 yarn.scheduler.maximum-allocation-vcores=4 yarn.app.mapreduce.am.resource.cpu-vcores=1 yarn.nodemanager.resource.memory-mb=88064 mapreduce.map.memory.mb=3072 mapreduce.map.java.opts=-Xmx2048m
Performance Scheduler Configurations
queue.default.capacity=50 queue.default.maximum_capacity=100 yarn.scheduler.capacity.root.default.user-limit-factor=2
With the above configurations, I expect that the yarn will not run more than 10 cards on a node, but it will run 28 cards on a node. Am I doing something wrong?
mapreduce hadoop yarn hadoop2 cloudera
banjara
source share