Cholera MapReduce Application

From CSE231 Wiki
Jump to navigation Jump to search

Motivation

Epidemiology

Background

https://en.wikipedia.org/wiki/John_Snow

1024px-Snow-cholera-map-1.jpg

Code To Implement

class: CholeraMapper.java Java.png
methods: map
package: mapreduce.apps.cholera.studio
source folder: student/src/main/java

Testing Your Solution

Visualization

CholeraOutbreak.png

Correctness

class: CholeraStudioTestSuite.java Junit.png
package: mapreduce
source folder: testing/src/test/java