Big Data Systems HPI

Quiz 1 Map Reduce


Question

Which of the following statements about classical MapReduce is true?

  1. MapReduce takes care of skewed keys.
  2. MapReduce starts redundant workers for better performance.
  3. MapReduce users need to handle node failures.
  4. MapReduce directly streams data from the Mapper to the Reducer.

Answer
  1. MapReduce starts redundant workers for better performance.



Comments