Q7
Single choice
Each node in your Hadoop cluster, running YARN, has 64 GB memory and 24 cores. Your yarn-site.xml has the following configuration:
<property> <name>yarn.nodemanager.resource.memory-mb</name> <value>32768</value> </property> <property> <name>yarn.nodemanager.resource.cpu-vcores</name> <value>23</value> </property>
You want YARN to launch no more than 16 containers per node.
What should you do?