Home / Report Question

Q. Point out the wrong statement.
  • A. the mapper outputs are sorted and then partitioned per reducer
  • B. the total number of partitions is the same as the number of reduce tasks for the job
  • C. the intermediate, sorted outputs are always stored in a simple (key-len, key, value-len, value) format
  • D. none of the mentioned