- Before run
./eecs485pa6inv.shcd hadoop-example/mysrcmake cleanmake
- Inverted index:
invIndex.txt - Pagerank:
pagerank/output
- Before run
indexServermake./indexServer 6206 invIndex.txt
virtualenv venv6 --distribute. venv6/bin/activatepip install -r requirements.txtcd frontendgunicorn -b YOUR_SERVER_NAME app:app
- Haitian Sun (htsun@umich.edu)
- Matt Solarz (mssolarz@umich.edu)
- Tiantong Zhou (tiantong@umich.edu)
- This is a course project in EECS485 at the University of Michigan. Please do not use it for any other purpose.