An open API service indexing awesome lists of open source software.

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

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 order

Running exercises
=================

```
python exercises//test.py
```