eecs485staff / madoop

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

Tutorial #31

Closed awdeorio closed 2 years ago

awdeorio commented 2 years ago

Move the Hadoop Streaming tutorial from the P5 repo to this repo.

TODO

jaredzh commented 2 years ago

I'm a little confused on the second and third items, don't they conflict with one another? Which word count code and input should be used in the tutorial and the example? The one from P5 or the one currently in example?

awdeorio commented 2 years ago

Edit tutorial to use the word count example distributed with Madoop

You're right, this is confusing! What I meant is to edit the file paths in the Hadoop Streaming tutorial so that students can find the correct input/output files in the Madoop example/ directory.

Edit Madoop word count code and input to match P5 example

You're right, this is already done.