Parameter | Purpose | Default |
---|---|---|
yarn.app.mapreduce.am.resource.mb |
The physical memory requirement, in MiB, for the ApplicationMaster. | 1 GiB |
mapreduce.map.memory.mb |
The amount of physical memory, in MiB, allocated for each map task of a job. | 1 GiB |
mapreduce.reduce.memory.mb |
The amount of physical memory, in MiB, allocated for each reduce task of a job. | 1 GiB |
mapreduce.map.java.opts |
Java opts for the map processes. | -Djava.net.preferIPv4Stack=true |
mapreduce.reduce.java.opts |
Java opts for the reduce processes. | -Djava.net.preferIPv4Stack=true |
mapred.child.java.opts |
Java opts for the map processes. It has been deprecated in Hadoop 2.0. | -Djava.net.preferIPv4Stack=true |
yarn.nodemanager.vmem-pmem-ratio |
Virtual / physical memory ratio. Virtual memory is allocated based on this ratio | 2.1 |
Reference: