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 | ||
− | https:// | + | https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Snow-cholera-map-1.jpg/1024px-Snow-cholera-map-1.jpg |
=Code To Implement= | =Code To Implement= |
Revision as of 18:36, 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 |