Cloudera
CCD-410 · Question #29
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…
The correct answer is C. Run the DataNode, TaskTracker, NameNode and JobTracker daemons on a single machine. See the full explanation below for the reasoning.
Question
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?
Options
- ARun all the nodes in your production cluster as virtual machines on your development workstation.
- BRun the hadoop command with the -jt local and the -fs file:///options.
- CRun the DataNode, TaskTracker, NameNode and JobTracker daemons on a single machine.
- DRun simldooop, the Apache open-source software for simulating Hadoop clusters.
How the community answered
(37 responses)- A11% (4)
- B3% (1)
- C81% (30)
- D5% (2)
Community Discussion
No community discussion yet for this question.