PrepAway - Latest Free Exam Questions & Answers

Category: CCA-505

Exam CCA-505: Cloudera Certified Administrator for Apache Hadoop (CCAH) CDH5 Upgrade Exam

Which is the most efficient process to gather these web server logs into your Hadoop cluster for analysis?

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?

What should you do?

Each node in your Hadoop cluster, running YARN, has 64 GB memory and 24 cores. Your yarnsite.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?


Page 2 of 512345