nerdexam
Cloudera

CCA-500 · Question #29

You're upgrading a Hadoop cluster from HDFS and MapReduce version 1 (MRv1) to one running HDFS and MapReduce version 2 (MRv2) on YARN. You want to set and enforce version 1 (MRv1) to one running…

The correct answer is E. Set dfs.block.size to 134217728 on all the worker nodes and client machines, and set the. See the full explanation below for the reasoning.

Question

You're upgrading a Hadoop cluster from HDFS and MapReduce version 1 (MRv1) to one running HDFS and MapReduce version 2 (MRv2) on YARN. You want to set and enforce version 1 (MRv1) to one running HDFS and MapReduce version 2 (MRv2) on YARN. You want to set and enforce a block size of 128MB for all new files written to the cluster after upgrade. What should you do?

Options

  • AYou cannot enforce this, since client code can always override this value
  • BSet dfs.block.size to 128M on all the worker nodes, on all client machines, and on the
  • CSet dfs.block.size to 128 M on all the worker nodes and client machines, and set the parameter to
  • DSet dfs.block.size to 134217728 on all the worker nodes, on all client machines, and on the
  • ESet dfs.block.size to 134217728 on all the worker nodes and client machines, and set the

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    11% (4)
  • C
    8% (3)
  • D
    3% (1)
  • E
    75% (27)

Community Discussion

No community discussion yet for this question.

Full CCA-500 Practice