Cloudera Certified Developer for Apache Hadoop (CCDH) - CCD-410 模擬練習
The Hadoop framework provides a mechanism for coping with machine issues such as faulty configuration or impending hardware failure. MapReduce detects that one or a number of machines are performing poorly and starts more copies of a map or reduce task. All the tasks run simultaneously and the task finish first are used. This is called:
正解: A
解説: (PassTest メンバーにのみ表示されます)
You need to move a file titled "weblogs" into HDFS. When you try to copy the file, you can't. You know you have ample space on your DataNodes. Which action should you take to relieve this situation and store more files in HDFS?
正解: C
You have a directory named jobdata in HDFS that contains four files: _first.txt, second.txt, .third.txt and #data.txt. How many files will be processed by the FileInputFormat.setInputPaths () command when it's given a path object representing this directory?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Which describes how a client reads a file from HDFS?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Your client application submits a MapReduce job to your Hadoop cluster. Identify the Hadoop daemon on which the Hadoop framework will look for an available slot schedule a MapReduce operation.
正解: C
解説: (PassTest メンバーにのみ表示されます)
Your cluster's HDFS block size in 64MB. You have directory containing 100 plain text files, each of which is 100MB in size. The InputFormat for your job is TextInputFormat. Determine how many Mappers will run?
正解: B
解説: (PassTest メンバーにのみ表示されます)