Read MapReduce: Simplified Data Processing on Large Clusters. Skip sections 4 and 7.
Appendix A of the MapReduce paper contains a program with two
classes WordCounter
and Adder
, as well as the main()
function.
WordCounter::Map()
crashes,
what parts of the system would fix the error (if any)?Turn in your answers as part of Exercise 8.
If you want to learn more about distributed systems, take CSE 452.
If you want to learn more about databases, take CSE 344.
If you want to learn more about map and reduce, take CSE 341.