Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 A7379102FC for ; Mon, 11 Nov 2013 00:01:19 +0000 (UTC) Received: (qmail 84064 invoked by uid 500); 11 Nov 2013 00:01:19 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 84032 invoked by uid 500); 11 Nov 2013 00:01:19 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 84020 invoked by uid 99); 11 Nov 2013 00:01:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 00:01:19 +0000 Date: Mon, 11 Nov 2013 00:01:19 +0000 (UTC) From: "Zhijie Shen (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-953) [YARN-321] Enable ResourceManager to write history data 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/YARN-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhijie Shen updated YARN-953: ----------------------------- Attachment: YARN-953.6.patch Update the patch in the following aspects: 1. Rebase against the latest change of transitions of RMApp and RMAppAttempt, and fix the test cases accordingly. 2. Make use of draining events feature from YARN-1121. 3. Update the code of writing container history data, and the test cases according YARN-974. 4. Update the configuration name. And importantly, RM should have a separate configuration of the history store class to use. As we have already decided that AHS to be an independent process, RM should have separate config to disable writing history data (using dummyApplicationHistoryStore), while AHS can continue reading the existing filesystem history store on the other hand. 5. Polish the code, and removing some unnecessary touch. > [YARN-321] Enable ResourceManager to write history data > ------------------------------------------------------- > > Key: YARN-953 > URL: https://issues.apache.org/jira/browse/YARN-953 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Vinod Kumar Vavilapalli > Assignee: Zhijie Shen > Attachments: YARN-953-5.patch, YARN-953.1.patch, YARN-953.2.patch, YARN-953.3.patch, YARN-953.4.patch, YARN-953.5.patch, YARN-953.6.patch > > -- This message was sent by Atlassian JIRA (v6.1#6144)