Big Data Systems HPI
Quiz 1 Map Reduce
Question
Which of the following statements about classical MapReduce is true?
- MapReduce takes care of skewed keys.
- MapReduce starts redundant workers for better performance.
- MapReduce users need to handle node failures.
- MapReduce directly streams data from the Mapper to the Reducer.
- MapReduce starts redundant workers for better performance.
Comments