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

🎲 Try a Random Question  |  Total Questions in Quiz: 42  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CCA-500: Cloudera Certified Administrator for Apache Hadoop Exam Practice Test 2 — practice the complete quiz, review flashcards, or try a random question.


Each node in your Hadoop cluster, running YARN, has 64GB 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>12</value> </property> You want YARN to launch no more than 16 containers per node. What should you do?