nerdexam
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)
  • A
    8% (3)
  • B
    13% (5)
  • C
    75% (30)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full CCD-333 Practice