Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-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 208CC104DA for ; Mon, 11 Nov 2013 13:33:18 +0000 (UTC) Received: (qmail 80780 invoked by uid 500); 11 Nov 2013 13:33:17 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 80761 invoked by uid 500); 11 Nov 2013 13:33:17 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 80745 invoked by uid 99); 11 Nov 2013 13:33:17 -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 13:33:17 +0000 Date: Mon, 11 Nov 2013 13:33:17 +0000 (UTC) From: "Oleg Nechiporenko (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-3735) Reassign Master: moving the NameNode while NameNode HA is enabled breaks HBase 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/AMBARI-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Nechiporenko updated AMBARI-3735: -------------------------------------- Attachment: AMBARI-3735.patch > Reassign Master: moving the NameNode while NameNode HA is enabled breaks HBase > ------------------------------------------------------------------------------ > > Key: AMBARI-3735 > URL: https://issues.apache.org/jira/browse/AMBARI-3735 > Project: Ambari > Issue Type: Bug > Components: client > Affects Versions: 1.4.2 > Reporter: Oleg Nechiporenko > Assignee: Oleg Nechiporenko > Fix For: 1.4.2 > > Attachments: AMBARI-3735.patch > > > With NameNode HA enabled, move one of the NameNodes to another host. > During the final "Start all services" task of the Reassign Master wizard, HBase service check fails. > This is because the Reassign Master wizard incorrectly sets *hbase.rootdir* in *hbase-site.xml* to *hdfs:///apps/hbase/data*. > When HA is enabled, the value of *hbase.rootdir* should always be *hdfs:///apps/hbase/data*. > Also, Reassign Master does not handle *dfs.namenode.https-address..nn[1|2]* parameters in *hdfs-site.xml* properly; it does not update the value to use the new NameNode host. On the other hand *dfs.namenode.http-address..nn[1|2] parameters are handled properly already. -- This message was sent by Atlassian JIRA (v6.1#6144)