Difference between revisions of "Cholera MapReduce Application"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Motivation= | =Motivation= | ||
− | + | Imagine you are a physician in 1854 London in the midst of a cholera outbreak. Your theory that contiminated water is the cause meets resistance from the medical establishment which holds that it is spread via the air. | |
+ | |||
+ | Imagine further that you somehow have access to computing. | ||
=Background= | =Background= |
Revision as of 18:52, 26 February 2018
Contents
Motivation
Imagine you are a physician in 1854 London in the midst of a cholera outbreak. Your theory that contiminated water is the cause meets resistance from the medical establishment which holds that it is spread via the air.
Imagine further that you somehow have access to computing.
Background
https://en.wikipedia.org/wiki/John_Snow
Code To Implement
class: | CholeraMapper.java | |
methods: | map | |
package: | mapreduce.apps.cholera.studio | |
source folder: | student/src/main/java |
Testing Your Solution
Visualization
Correctness
class: | CholeraStudioTestSuite.java | |
package: | mapreduce | |
source folder: | testing/src/test/java |