Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32AB1186C5 for ; Thu, 25 Feb 2016 23:55:19 +0000 (UTC) Received: (qmail 28163 invoked by uid 500); 25 Feb 2016 23:55:18 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 27966 invoked by uid 500); 25 Feb 2016 23:55:18 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 27723 invoked by uid 99); 25 Feb 2016 23:55:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 23:55:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 713B82C1F6F for ; Thu, 25 Feb 2016 23:55:18 +0000 (UTC) Date: Thu, 25 Feb 2016 23:55:18 +0000 (UTC) From: "Konstantinos Karanasos (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-4738) Notify the RM about the status of OPPORTUNISTIC containers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Konstantinos Karanasos created YARN-4738: -------------------------------------------- Summary: Notify the RM about the status of OPPORTUNISTIC containers Key: YARN-4738 URL: https://issues.apache.org/jira/browse/YARN-4738 Project: Hadoop YARN Issue Type: Sub-task Reporter: Konstantinos Karanasos Assignee: Konstantinos Karanasos When an OPPORTUNISTIC container finishes its execution (either successfully or because it failed/got killed), the RM needs to be notified. This way the AM also gets notified in turn about the successfully completed tasks, as well as for rescheduling failed/killed tasks. -- This message was sent by Atlassian JIRA (v6.3.4#6332)