Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 53140D269 for ; Mon, 18 Jun 2012 17:57:45 +0000 (UTC) Received: (qmail 3671 invoked by uid 500); 18 Jun 2012 17:57:44 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 3565 invoked by uid 500); 18 Jun 2012 17:57:44 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 3527 invoked by uid 99); 18 Jun 2012 17:57:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 17:57:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 01A3214285F for ; Mon, 18 Jun 2012 17:57:44 +0000 (UTC) Date: Mon, 18 Jun 2012 17:57:44 +0000 (UTC) From: "Arun C Murthy (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <751285365.25821.1340042264008.JavaMail.jiratomcat@issues-vm> In-Reply-To: <236316415.22620.1339915422987.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (MAPREDUCE-4343) ZK recovery support for ResourceManager 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-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy resolved MAPREDUCE-4343. -------------------------------------- Resolution: Duplicate Duplicate of MAPREDUCE-4326. > ZK recovery support for ResourceManager > --------------------------------------- > > Key: MAPREDUCE-4343 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4343 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Harsh J > Attachments: MR-4343.1.patch > > > MAPREDUCE-279 included bits and pieces of possible ZK integration for YARN's RM, but looks like it failed to complete it (for scalability reasons? etc?) and there seems to be no JIRA tracking this feature that has been already claimed publicly as a good part about YARN. > If it did complete it, we should document how to use it. Setting the following only yields: > {code} > > yarn.resourcemanager.store.class > org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKStore > > > yarn.resourcemanager.zookeeper-store.address > test.vm:2181/yarn-recovery-store > > {code} > {code} > Error starting ResourceManager > java.lang.RuntimeException: java.lang.NoSuchMethodException: org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKStore.() > at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:128) > at org.apache.hadoop.yarn.server.resourcemanager.recovery.StoreFactory.getStore(StoreFactory.java:32) > at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:621) > Caused by: java.lang.NoSuchMethodException: org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKStore.() > at java.lang.Class.getConstructor0(Class.java:2706) > at java.lang.Class.getDeclaredConstructor(Class.java:1985) > at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:122) > ... 2 more > {code} > This JIRA is hence filed to track the addition/completion of recovery via ZK. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira