CCD-410 Cloudera Certified Developer for Apache Hadoop (CCDH)

Loading demo links...

Showing 1–3 of 7 questions

Question 1

MapReduce v2 (MRv2/YARN) splits which major functions of the JobTracker into separate daemons? Select two.

Select all that apply, then click Submit answer.

  • Heath states checks (heartbeats)

  • Resource management

  • Job scheduling/monitoring

  • Job coordination between the ResourceManager and NodeManager

  • Launching tasks

  • Managing file system metadata

  • MapReduce metric reporting

  • Managing tasks

Question 2

MapReduce v2 (MRv2/YARN) is designed to address which two issues?

Select all that apply, then click Submit answer.

  • Single point of failure in the NameNode.

  • Resource pressure on the JobTracker.

  • HDFS latency.

  • Ability to run frameworks other than MapReduce, such as MPI.

  • Reduce complexity of the MapReduce APIs.

  • Standardize on a single MapReduce API.

Question 3

What is the disadvantage of using multiple reducers with the default HashPartitioner and distributing your workload across you cluster?

Select an option, then click Submit answer.

  • You will not be able to compress the intermediate data.

  • You will longer be able to take advantage of a Combiner.

  • By using multiple reducers with the default HashPartitioner, output files may not be in globally sorted order.

  • There are no concerns with this approach. It is always advisable to use multiple reduces.