nerdexam
Cloudera

CCA-500 · Question #56

You observed that the number of spilled records from Map tasks far exceeds the number of map output records. Your child heap size is 1GB and your io.sort.mb value is set to 1000MB. How would you…

The correct answer is D. Tune the io.sort.mb value until you observe that the number of spilled records equals (or is as. See the full explanation below for the reasoning.

Question

You observed that the number of spilled records from Map tasks far exceeds the number of map output records. Your child heap size is 1GB and your io.sort.mb value is set to 1000MB. How would you tune your io.sort.mb value to achieve maximum memory to disk I/O ratio?

Options

  • AFor a 1GB child heap size an io.sort.mb of 128 MB will always maximize memory to disk I/O
  • BIncrease the io.sort.mb to 1GB
  • CDecrease the io.sort.mb value to 0
  • DTune the io.sort.mb value until you observe that the number of spilled records equals (or is as

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    10% (3)
  • C
    3% (1)
  • D
    80% (24)

Community Discussion

No community discussion yet for this question.

Full CCA-500 Practice