[
https://issues.apache.org/jira/browse/AMBARI-13700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonenko Alexander reopened AMBARI-13700:
------------------------------------------
Looking thru code, I found a reason why we can still have this issue. We need
additional patch to cover that
> 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
>
>
> - 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)