Difference between revisions of "Cholera MapReduce Application"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Testing Your Solution= | =Testing Your Solution= | ||
==Visualization== | ==Visualization== | ||
− | [[File:CholeraOutbreak.png]] | + | [[File:CholeraOutbreak.png|600px]] |
==Correctness== | ==Correctness== | ||
{{TestSuite|CholeraStudioTestSuite|mapreduce}} | {{TestSuite|CholeraStudioTestSuite|mapreduce}} |
Revision as of 18:05, 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 |