Problem
1. What is the difference between parallel processing and distributed processing?
2. What are the benefits of MapReduce?
3. Design MapReduce algorithms to take large files of integers and compute:
• The largest integer.
• The average of all the integers.
• The number of distinct integers in the input.
• The mode of the integers.
• The median of the integers.