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 A26A2108A6 for ; Sat, 8 Mar 2014 07:00:50 +0000 (UTC) Received: (qmail 80616 invoked by uid 500); 8 Mar 2014 07:00:47 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 80570 invoked by uid 500); 8 Mar 2014 07:00:46 -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 80553 invoked by uid 99); 8 Mar 2014 07:00:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2014 07:00:46 +0000 Date: Sat, 8 Mar 2014 07:00:46 +0000 (UTC) From: "Ming Ma (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-1804) Signal container request delivery from client to resourcemanager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ming Ma created YARN-1804: ----------------------------- Summary: Signal container request delivery from client to resourcemanager Key: YARN-1804 URL: https://issues.apache.org/jira/browse/YARN-1804 Project: Hadoop YARN Issue Type: Sub-task Components: client, resourcemanager Reporter: Ming Ma It could include the following work items 1. Define the OS independent SignalContainerCMD enum commands. We will start with known requirements such as QUIT. We can expand the list later. 2. Add a new method signalContainer to ApplicationClientProtocol. signalContainerRequest will include containerId as well as SignalContainerCMD. 3. Add signalContainer method to YarnClient and YarnClientImpl. 4. RM will deliver the request to the RMNode object that owns the container. 5. RM needs to have the proper authorization for the signal request. -- This message was sent by Atlassian JIRA (v6.2#6252)