CCA-500 Dumps

CCA-500 Free Practice Test

Cloudera CCA-500: Cloudera Certified Administrator for Apache Hadoop (CCAH)

QUESTION 11

Your cluster is running MapReduce version 2 (MRv2) on YARN. Your ResourceManager is configured to use the FairScheduler. Now you want to configure your scheduler such that a new user on the cluster can submit jobs into their own queue application submission. Which configuration should you set?

Correct Answer: A

QUESTION 12

Which YARN daemon or service negotiations map and reduce Containers from the Scheduler, tracking their status and monitoring progress?

Correct Answer: B
Reference:http://www.devx.com/opensource/intro-to-apache-mapreduce-2-yarn.html(See resource manager)

QUESTION 13

You have a cluster running with a FIFO scheduler enabled. You submit a large job A to the cluster, which you expect to run for one hour. Then, you submit job B to the cluster, which you expect to run a couple of minutes only.
You submit both jobs with the same priority.
Which two best describes how FIFO Scheduler arbitrates the cluster resources for job and its tasks?(Choose two)

Correct Answer: AD

QUESTION 14

Which is the default scheduler in YARN?

Correct Answer: B
Reference:http://hadoop.apache.org/docs/r2.4.1/hadoop-yarn/hadoop-yarn-site/CapacityScheduler.html

QUESTION 15

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?

Correct Answer: A