Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 344 Bytes

EECS 485 Project 4: Map Reduce

Quick start

Check out code:

git clone [email protected]:eecs485staff/p4-mapreduce-w17-public.git

Install Python requirements.

cd p4-mapreduce-w17-public/
source {your path here}/venv/bin/activate
pip install -r reqs.txt

Check out the spec under the spec/ folder.