Closed
Description
Currently, we get map/reduce % for a job by using a regex to grab the percentages from the job tracker.
If no jobs are currently running but there are failed jobs, the regex matches the failed job.
This can lead the EMR runner to claim that a step is 100% complete right before announcing that it has failed.