Job completion delayed ---------------------- Key: HADOOP-3812 URL: https://issues.apache.org/jira/browse/HADOOP-3812 Project: Hadoop Core Issue Type: Bug Components: mapred Affects Versions: 0.17.1 Reporter: Christian Kunz
A job with all reduces completed but with some incomplete re-executed maps is not declared complete till all tasks are complete. Couldn't the incomplete maps just be killed off? Even if maps write to dfs directly, these incomplete maps must have been successful before, so there should be no reason to wait for them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.