Cloudera
CCD-333 · Question #64
Given a Mapper, Reducer, and Driver class packaged into a jar, which is the correct way of submitting the job to the cluster?
The correct answer is C. hadoop jar MyJar.jar MyDriverClass inputdir outputdir. See the full explanation below for the reasoning.
Question
Given a Mapper, Reducer, and Driver class packaged into a jar, which is the correct way of submitting the job to the cluster?
Options
- Ajar MyJar.jar
- Bjar MyJar.jarMyDriverClass inputdir outputdir
- Chadoop jar MyJar.jar MyDriverClass inputdir outputdir
- Dhadoop jar class MyJar.jar MyDriverClass inputdir outputdir
How the community answered
(40 responses)- A8% (3)
- B13% (5)
- C75% (30)
- D5% (2)
Community Discussion
No community discussion yet for this question.