Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A251CD284 for ; Thu, 7 Mar 2013 06:36:17 +0000 (UTC) Received: (qmail 22032 invoked by uid 500); 7 Mar 2013 06:36:17 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 21600 invoked by uid 500); 7 Mar 2013 06:36:15 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 21531 invoked by uid 99); 7 Mar 2013 06:36:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 06:36:13 +0000 Date: Thu, 7 Mar 2013 06:36:13 +0000 (UTC) From: "Abhishek Kapoor (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-4993) AM thinks it was killed when an error occurs setting up a task container launch context MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13595601#comment-13595601 ] Abhishek Kapoor commented on MAPREDUCE-4993: -------------------------------------------- If the jar required for the job gets deleted in the middle while job is running, then job should be failed and AM for the specific job should die, isn't it a expected behaviour? If it is a expected then we can gracefully kill the AM with an appropriate diagnostics. Please correct me if am wrong. > AM thinks it was killed when an error occurs setting up a task container launch context > --------------------------------------------------------------------------------------- > > Key: MAPREDUCE-4993 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4993 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mr-am > Affects Versions: 2.0.3-alpha, 0.23.5 > Reporter: Jason Lowe > Assignee: Abhishek Kapoor > > If an IOException occurs while setting up a container launch context for a task then the AM exits with a KILLED status and no diagnostics. The job should be marked as FAILED (or maybe ERROR) with a useful diagnostics message indicating the nature of the error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira