eecs485staff / madoop

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

Change tutorial to match example code #58

Closed melodell closed 1 year ago

melodell commented 1 year ago

Changes all references to the example reduce.py (and its output) in the tutorial to match the sample code.

Also, changes the command for executing the example so it matches the command that madoop --example prints.

Closes #53.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.11% // Head: 96.11% // No change to project coverage :thumbsup:

Coverage data is based on head (b333667) compared to base (8cc12ba). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #58 +/- ## ======================================== Coverage 96.11% 96.11% ======================================== Files 4 4 Lines 206 206 ======================================== Hits 198 198 Misses 8 8 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eecs485staff). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eecs485staff)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.