May 2017
Intermediate to advanced
348 pages
7h 8m
English
In this recipe, we will touch upon MapReduce parameters and see how we can optimize them.
For this recipe, you will again need a running cluster with HDFS and YARN. Users must have completed the recipe Configuring YARN for performance recipe.
master1.cyrus.com and switch to the hadoop user.mapred-site.xml.dfs.blocksize. This can be configured as follows:<property> <name>mapreduce.task.io.sort.mb</name> <value>200</value> </property>
Read now
Unlock full access