Last active
March 16, 2020 14:08
-
-
Save dgadiraju/0ff21e302882e6565ca02aeb068fd287 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File Name | Parameter Name | Parameter value | Description | |
---|---|---|---|---|
mapred-site.xml | mapreduce.framework.name | yarn | To use YARN for resource management. | |
mapred-site.xml | mapreduce.jobhistory.webapp.address | <ip_address>:<port> | Job history server Web UI IP address and port number | |
mapred-site.xml | yarn.app.mapreduce.am.* | Parameters related to application master | ||
mapred-site.xml | mapreduce.map.java.opts | JVM Heap size for child task of map container | ||
mapred-site.xml | mapreduce.reduce.java.opts | JVM Heap size for child task of reduce container | ||
mapred-site.xml | mapreduce.map.memory.mb | Size of container for map task | ||
mapred-site.xml | mapreduce.map.cpu.vcores | 1 | Number of virtual cores required to run each map task | |
mapred-site.xml | mapreduce.reduce.memory.mb | Size of container for reduce task | ||
mapred-site.xml | mapreduce.reduce.cpu.vcores | 1 | Number of virtual cores required to run each reduce task | |
mapred-site.xml | mapreduce.input.fileinputformat.split.minsize | 0 | Overriding split size to increase or decrease number of mappers while processing data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment