Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.23.2
-
None
Description
If commitJob throws an exception JobImpl will swallow the exception with a warning and succeed the Job. This is a break from 0.20 and 1.0 where commitJob exception will fail the job
Exception logged in the AM as WARN
org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl: Could not do commit for Job
Job still finishes as succeeded