CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 11: CCD-410: Cloudera Certified Developer for Apache Hadoop (CCDH)

You need to run the same job many times with minor variations. Rather than hardcoding all job configuration options in your drive code, you've decided to have your Driver subclass org.apache.hadoop.conf. Configured and implement the org.apache.hadoop.util. Tool interface. Indentify which invocation correctly passes.ma…

Nội dung câu hỏi

You need to run the same job many times with minor variations. Rather than hardcoding all job configuration options in your drive code, you've decided to have your Driver subclass org.apache.hadoop.conf. Configured and implement the org.apache.hadoop.util. Tool interface. Indentify which invocation correctly passes.mapred.job.name with a value of Example to Hadoop?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. hadoop "mapred.job.name=Example" MyDriver input output
  2. B. hadoop MyDriver mapred.job.name=Example input output
  3. C. hadoop MyDrive ""D mapred.job.name=Example input output — đáp án hiện tại
  4. D. hadoop setproperty mapred.job.name=Example MyDriver input output
  5. E. hadoop setproperty ("mapred.job.name=Example") MyDriver input output

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề