Skip to content

Commit

Permalink
Merge pull request #965 from anusha-r/v0.4.3release
Browse files Browse the repository at this point in the history
Updated credits, changes and docs for v0.4.3 release
  • Loading branch information
David Marin committed Mar 8, 2015
2 parents 226a741 + 9da456d commit 95a399a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
29 changes: 28 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
v0.4.3, 201?-??-?? -- ???
v0.4.3, 2014-01-15 -- mostly cleanup and bugfixes
* jobs:
* exclude hadoop source jars from lookup (#861)
* runners:
* All runners:
* You can now set strict_protocols from mrjob.conf (#726)
* new --no-strict-protocols command-line option
* streaming output from closed runner shows a warning (#920)
* --job-name option lets you set a specific name for the job (#956)
* --export-job-name option exports the job name to the MRJOB_JOB_NAME
environment variable (#916)
* EMR:
* --check-input-paths and --no-check-input-paths options (#954)
* check buckets on S3 using validate=True only if boto >= 2.25.0 (#952)
* Handle space in output of hadoop job -list in terminate_idle_job_flows
script (#933)
* Job flows are visible to all IAM users by default (#930)
* --emr-api-params allows users to pass additional parameters to boto's
EMR API (#879)
* --no-emr-api-params to unset parameters being passed to EMR API (#879)
* Use apt-get and yum to bootstrap python packages on EMR AMIs (#872)
* Hadoop:
* Fixed a bug where mkdir_on_hdfs was not working correctly on hadoop 2.2
* Fixed bug where hadoop home path was incorrect on Windows
* Use pytest in tests (#898)
* collect-emr-active-stats tool collects stats on active job flows and instance
counts and prints it to stdout (#947)
* Using xtrace flag to get more output during bootstrap (#943)
* Ensure logging from tools writes out properly (#901)
* Fix to avoid interpreting windows paths as URIs (#880)
* Better error message when ssh keyfile is missing (#858)
* Update EMR tool ISO8601 parsing to be consistent with EMR runner (#870)

v0.4.2, 2013-11-27 -- that's one small step for a JAR
* jobs:
Expand Down
18 changes: 18 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ What's New
For a complete list of changes, see `CHANGES.txt
<https://github.com/Yelp/mrjob/blob/master/CHANGES.txt>`_

0.4.3
-----
``--export-job-name`` option exports the job name to the environment variable
MRJOB_JOB_NAME.
``--iam-job-flow-role`` option allows setting of a specific IAM role to run this
job flow.

Added a new tool, collect-emr-active-stats, to collect stats about active jobflows and
instance counts.

Job flows are now visible to all IAM users by default.

Tests now use pytest and support tox.

This release also contains many `bugfixes
<https://github.com/Yelp/mrjob/blob/master/CHANGES.txt>`_, including
problems with documentation.

0.4.2
-----

Expand Down
17 changes: 16 additions & 1 deletion mrjob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
__author__ = 'David Marin <dm@davidmarin.org>'

__credits__ = [
'Marc Abramowitz <msabramo@gmail.com>',
'Jordan Andersen <jordandandersen@gmail.com>',
'Tom Arnfeld <tarnfeld@me.com>',
'Martin Baeuml <baeuml@kit.edu>',
Expand All @@ -28,11 +29,13 @@
'James Brown <jbrown@uber.com>',
'Kevin Burke <kevin@twilio.com>',
'Ewen Cheslack-Postava <me@ewencp.org>',
'Ben Chess <bchess@yelp.com>',
'Jordan Christensen <jc@kobo.com>',
'David Dehghan <ddehghan@gmail.com>',
'Adam Derewecki <derewecki@gmail.com>',
'Nick Dimiduk <ndimiduk@gmail.com>',
'Tom Dooner <tomdooner@gmail.com>',
'Tomer Elmalem <telmalem@gmail.com>',
'Dan Frank <danielhfrank@gmail.com>',
'Benjamin Goldenberg <benjamin@yelp.com',
'Buck Golemon <buck@yelp.com>',
Expand All @@ -41,23 +44,33 @@
'Tim Henderson <tim.tadh@gmail.com>',
'Tom Hennigan <tomhennigan@gmail.com>',
'Brett Hoerner <brett@bretthoerner.com>',
'Ya-Lin Huang <yalinh@yelp.com>',
'Evan Klitzke <evan@eklitzke.org>',
'Tom Janofsky <tjanofsky@monetate.com>',
'Stephen Johnson <steve@steveasleep.com>',
'Ben Jolitz <Ben.Jolitz.Acxiom.com>',
'Matt Jones <matt@mhjones.org>',
'Kamil Kisiel <kamil@kamilkisiel.net>',
'Nikolaos Koutsopoulos <nhk@mochimedia.com>',
'Julian Krause <juliank@yelp.com>',
'Pai-Wei Lai <paiwei@yelp.com>',
'Andrew Lenards <andrew.lenards@gmail.com>',
'Shusen Liu <liushusen.smart@gmail.com>',
'Robert Leftwich <rl.0x0@eml.cc>',
'Adrian Maceiras <amac425@utexas.edu>',
'Baris Metin <bmetin@yelp.com>',
'Tetsuya Morimoto <tetsuya.morimoto@gmail.com>',
'Spencer Nelson <s@spenczar.com>',
'Daniel Nephin <dnephin@yelp.com>',
'Sean Myers <seanmyers0608@gmail.com>',
'Oliver Nicholas <bigo@wonlove.net>',
'Santeri Paavolainen <santtu@iki.fi>',
'Matt Perry <matt@unshift.net>',
'Kien Pham <kien@sendgrid.com>',
'Andrew Price <andrew.price@ensighten.com>',
'Pavel Repin <prepin@gmail.com>',
'Phil Swanson <swanson.p@gmail.com>',
'Diogo Terror <me@diogoterror.com>',
'Wahbeh Qardaji <wahbeh.qardaji@gmail.com>',
'Jimmy Retzlaff <jretz@yelp.com>',
'Ned Rockson <ned@tellapart.com>',
Expand All @@ -72,6 +85,8 @@
'Matthew Tai <mtai@adku.com>',
'Paul Wais <pwais@yelp.com>',
'Derek Wilson <jderekwilson@gmail.com>',
'Tao Yu <taoyu@yelp.com>',
'Andrea Zonca <andrea.zonca@gmail.com>',
]

__version__ = '0.4.3-dev'
__version__ = '0.4.3'

0 comments on commit 95a399a

Please sign in to comment.