https://github.com/irskep/mrjob_course
mrjob course for Big Dive
https://github.com/irskep/mrjob_course
Last synced: 4 months ago
JSON representation
mrjob course for Big Dive
- Host: GitHub
- URL: https://github.com/irskep/mrjob_course
- Owner: irskep
- Created: 2013-06-01T22:04:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T11:01:55.000Z (over 12 years ago)
- Last Synced: 2023-04-13T11:42:27.231Z (over 2 years ago)
- Language: Python
- Size: 4.98 MB
- Stars: 6
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup for Big Dive
==================1. Have a Github account (email your username to
[steve+bigdive@steveasleep.com](steve+bigdive@steveasleep.com)
2. Clone this repository
3. `cd` to your local copy
4. Optional: `virtualenv --no-site-packages --distribute env && env/bin/activate`
5. `pip install -r requirements.txt`
6. Visit [Yelp Dataset Challenge](http://www.yelp.com/dataset_challenge/data)
and get a copy of the Yelp data set
7. Put it in `mrjob_course/data/yelp`
8. Run `make`Organization
============* `data/`: All data to be used in exercises
* `exercises/`: Test cases and stub files for exercises
* `scripts/`: Some code I used to generate the data, ignore this
* `solutions/`: No peeking! Completed exercise code that can be copied over
the stub files to work correctly.
* `syllabus.txt`: Overview of course orderRunning exercises
=================```
python exercises//test.py
```