READ Free Dumps For Cloudera- CCD-410
Question ID 12511 | You want to run Hadoop jobs on your development workstation for testing before you |
Option A | Run all the nodes in your production cluster as virtual machines on your development workstation. |
Option B | Run the hadoop command with the –jt local and the –fs file:///options. |
Option C | Run the DataNode, TaskTracker, NameNode and JobTracker daemons on a single machine. |
Option D | Run simldooop, the Apache open-source software for simulating Hadoop clusters. |
Correct Answer | C |
Question ID 12512 | In a MapReduce job, you want each of your input files processed by a single map task. |
Option A | Increase the parameter that controls minimum split size in the job configuration. |
Option B | Write a custom MapRunner that iterates over all key-value pairs in the entire file. |
Option C | Set the number of mappers equal to the number of input files you want to process. |
Option D | Write a custom FileInputFormat and override the method isSplitable to always return false. |
Correct Answer | D |