eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Unit test should use example #37

Closed awdeorio closed 2 years ago

awdeorio commented 2 years ago

The unit tests should use the same mapper, reducer, input, and output as the example in the README. This should match the Hadoop Streaming tutorial.

Right now, they are slightly different, which is confusing.