Difference between revisions of "Cholera MapReduce Application"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
https://en.wikipedia.org/wiki/John_Snow | https://en.wikipedia.org/wiki/John_Snow | ||
− | + | [[File:John_Snow_memorial_and_pub.jpg|200px]] | |
+ | |||
+ | [[File:Snow-cholera-map-1.jpg|200px]] | ||
=Code To Implement= | =Code To Implement= |
Revision as of 18:51, 26 February 2018
Contents
Motivation
Epidemiology
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 |