Skip to content

Commit

Permalink
updated What's new for 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marin committed Sep 12, 2016
1 parent c41bed1 commit 8d637f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -4,6 +4,22 @@ What's New
For a complete list of changes, see `CHANGES.txt
<https://github.com/Yelp/mrjob/blob/master/CHANGES.txt>`_

.. _v0.5.6:

0.5.6
-----

Fixed a critical bug that caused Dataproc runner to always crash when
determining Hadoop version.

Log interpretation now prioritizes task errors (e.g. a traceback from
your Python script) as probable cause of failure, even if they aren't the most
recent error. Log interpretation will now continue to download and parse
task logs until it finds a non-empty stderr log.

Log interpretation also strips the "subprocess failed" Java stack trace
that appears in task stderr logs from Hadoop 1.

.. _v0.5.5:

0.5.5
Expand Down

0 comments on commit 8d637f4

Please sign in to comment.