Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D128E200BEB for ; Wed, 28 Dec 2016 19:26:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CFB07160B34; Wed, 28 Dec 2016 18:26:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4CCEE160B2A for ; Wed, 28 Dec 2016 19:26:59 +0100 (CET) Received: (qmail 46007 invoked by uid 500); 28 Dec 2016 18:26:58 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 45986 invoked by uid 99); 28 Dec 2016 18:26:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 18:26:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 54BD22C0059 for ; Wed, 28 Dec 2016 18:26:58 +0000 (UTC) Date: Wed, 28 Dec 2016 18:26:58 +0000 (UTC) From: "Daniel Templeton (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-6035) Add -force-recovery option to yarn resourcemanager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 28 Dec 2016 18:27:00 -0000 Daniel Templeton created YARN-6035: -------------------------------------- Summary: Add -force-recovery option to yarn resourcemanager Key: YARN-6035 URL: https://issues.apache.org/jira/browse/YARN-6035 Project: Hadoop YARN Issue Type: Improvement Components: client Reporter: Daniel Templeton If multiple applications cannot be recovered, the admin is forced to repeatedly attempt to start the RM, check the logs, and purge the offending app. Worse, the admin has no information about the app that was purged, other than the ID. This JIRA proposes to add a {{-force-recovery}} option to the resourcemanager CLI that will automatically purge any apps that fail to recover after dumping the full application profile to a log. It would nice if the option prompts the users with an "are you sure?" before continuing. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org