Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4277A18370 for ; Wed, 13 Jan 2016 15:34:45 +0000 (UTC) Received: (qmail 65486 invoked by uid 500); 13 Jan 2016 15:34:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 65374 invoked by uid 500); 13 Jan 2016 15:34:40 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 65313 invoked by uid 99); 13 Jan 2016 15:34:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2016 15:34:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D49302C1F57 for ; Wed, 13 Jan 2016 15:34:39 +0000 (UTC) Date: Wed, 13 Jan 2016 15:34:39 +0000 (UTC) From: "Oleg Nechiporenko (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-13700) hbase.root dir for metrics server does not get updated after NN HA is enabled 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-13700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15096354#comment-15096354 ] Oleg Nechiporenko commented on AMBARI-13700: -------------------------------------------- +1 for patch > hbase.root dir for metrics server does not get updated after NN HA is enabled > ----------------------------------------------------------------------------- > > Key: AMBARI-13700 > URL: https://issues.apache.org/jira/browse/AMBARI-13700 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.2.0 > Reporter: Antonenko Alexander > Assignee: Antonenko Alexander > Priority: Critical > Fix For: 2.2.0, 2.2.1 > > Attachments: AMBARI-13700.patch, AMBARI-13700_additional.patch, AMBARI-13700_additional_trunk.patch > > > - On the NN HA Wizard first step user enters "Nameservice ID:" > - NN HA Wizard should check before restarting all services if ams-hbase-site/hbase.rootdir starts with "hdfs://namenode_host_name", and replace it with "hdfs://nameservice_id" > For instance: > {code} > ams-hbase-site/hbase.rootdir - hdfs://c6401.ambari.apache.org:8020/amshbase > {code} > User starts NN HA Wizard, enters Nameservice ID: "mycluster" > Before NN HA Restarts all services, should be > {code} > ams-hbase-site/hbase.rootdir - hdfs://mycluster:8020/amshbase > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)