Tags: jretz/mrjob
Tags
Pre-release to run Yelp code against * Added debian packaging * mrjob bootstrapping can now deal with symlinks in site-packages/mrjob * MRJobRunner.stream_output() can now be called multiple times
Second pre-release after testing * Fixed small bugs that broke Python 2.5.1 and Python 2.7 * Fixed reading mrjob.conf without yaml installed * Fix tests to work with modern simplejson and pipes.quote() * Auto-create temp bucket on S3 if we don't have one (Issue Yelp#16) * Auto-infer AWS region from bucket (Issue Yelp#7) * --steps now passes in all extra args (e.g. --protocol) (Issue Yelp#4) * Better docs