CCD-410 試験問題を無料オンラインアクセス
試験コード: | CCD-410 |
試験名称: | Cloudera Certified Developer for Apache Hadoop (CCDH) |
認定資格: | Cloudera |
無料問題数: | 60 |
更新日: | 2025-09-04 |
On a cluster running MapReduce v1 (MRv1), a TaskTracker heartbeats into the JobTracker on your cluster, and alerts the JobTracker it has an open map task slot.
What determines how the JobTracker assigns each map task to a TaskTracker?
You want to run Hadoop jobs on your development workstation for testing before you submit them to your production cluster. Which mode of operation in Hadoop allows you to most closely simulate a production cluster while using a single machine?
When can a reduce class also serve as a combiner without affecting the output of a MapReduce program?
You've written a MapReduce job that will process 500 million input records and generated 500 million key-value pairs. The data is not uniformly distributed. Your MapReduce job will create a significant amount of intermediate data that it needs to transfer between mappers and reduces which is a potential bottleneck. A custom implementation of which interface is most likely to reduce the amount of intermediate data transferred across the network?