Your cluster's mapred-start.xml includes the following parameters mapreduce.map.memory.mb 4096 mapreduce.reduce.memory.mb 8192 And any cluster's yarn-site.xml includes the following parameters yarn.nodemanager.vmen-pmen-ration 2.1 What is the maximum amount of virtual memory allocated for each map task before YARN will kill its Container?

🎲 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.


Your cluster's mapred-start.xml includes the following parameters <name>mapreduce.map.memory.mb</name> <value>4096</value> <name>mapreduce.reduce.memory.mb</name> <value>8192</value> And any cluster's yarn-site.xml includes the following parameters <name>yarn.nodemanager.vmen-pmen-ration</name> <value>2.1</value> What is the maximum amount of virtual memory allocated for each map task before YARN will kill its Container?