Which process instantiates user code, and executes map and reduce tasks on a cluster running MapReduce V2 (MRv2) on YARN?
Reveal answer details Close answer details
Correct answerE
Cloudera · CCA-505
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
Which process instantiates user code, and executes map and reduce tasks on a cluster running MapReduce V2 (MRv2) on YARN? Reveal answer details Close answer detailsCorrect answerE
Multiple choice
You want to understand more about how users browse you public website. For example, you want to know which pages they visit prior to placing an order. You have a server farm of 200 web servers hosting your website. Which is the most efficient process to gather these web server logs into your Hadoop cluster for analysis? Reveal answer details Close answer detailsCorrect answersA, B
Single choice
A slave node in your cluster has four 2TB hard drives installed (4 x 2TB). The DataNode is configured to store HDFS blocks on the disks. You set the value of the dfs.datanode.du.reserved parameter to 100GB. How does this alter HDFS block storage? Reveal answer details Close answer detailsCorrect answerB
Single choice
On a cluster running CDH 5.0 or above, you use the hadoop fs put command to write a 300MB file into a previously empty directory using an HDFS block of 64MB. Reveal answer details Close answer detailsCorrect answerC
Single choice
Your Hadoop cluster is configured with HDFS and MapReduce version 2 (MRv2) on YARN. Reveal answer details Close answer detailsCorrect answerA
Single choice
Given: ![]() You want to clean up this list by removing jobs where the state is KILLED. What command you enter? Reveal answer details Close answer detailsCorrect answerA
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? Reveal answer details Close answer detailsCorrect answerB |