[
https://issues.apache.org/jira/browse/AMBARI-14653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhe (Joe) Wang updated AMBARI-14653:
------------------------------------
Description:
HBase Links Metric - more links are pointing to the convetional
hbase.master.info.port 60010, while it's configured as 16010. It happens when
HBase links and Yarn links metrics are both on Dashboard.
It's due to in ambari/ambari-web/app/views/common/quick_view_link_view.js
loadQuickLinksConfigSuccessCallback(), requiredSiteNames gets overridden every
time when there is a quickLinks view loaded. So when Hbase links metric first
gets loaded, it sets requiredSiteNames to ['core-site', 'hbase-site',
'hdfs-site']. But when Yarn links metric gets loaded, it overrides
requiredSiteNames to ['core-site', 'hdfs-site', 'yarn-site'].
So when Yarn links get loaded, Hbase links get set to default value as
'hbase-site' is not in requiredSiteNames.
was:
HBase Links Metric - more links are pointing to the convetional
hbase.master.info.port 60010, while it's configured as 16010. It happens when
HBase links and Yarn links metrics are both on Dashboard.
It's due to in ambari/ambari-web/app/views/common/quick_view_link_view.js
loadQuickLinksConfigSuccessCallback(), requiredSiteNames gets overridden every
time when there is a quickLinks view loaded. So when Hbase links metric first
gets loaded, it sets requiredSiteNames to ['core-site', 'hbase-site',
'hdfs-site']. But when Yarn links metric gets loaded, it overrides
requiredSiteNames to ['core-site', 'hdfs-site', 'yarn-site'].
> HBase Links Metric - more links pointing to the wrong hbase.master.info.port
> ----------------------------------------------------------------------------
>
> Key: AMBARI-14653
> URL: https://issues.apache.org/jira/browse/AMBARI-14653
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: trunk
> Reporter: Zhe (Joe) Wang
> Assignee: Zhe (Joe) Wang
> Priority: Critical
> Fix For: trunk, 2.4.0
>
>
> HBase Links Metric - more links are pointing to the convetional
> hbase.master.info.port 60010, while it's configured as 16010. It happens when
> HBase links and Yarn links metrics are both on Dashboard.
> It's due to in ambari/ambari-web/app/views/common/quick_view_link_view.js
> loadQuickLinksConfigSuccessCallback(), requiredSiteNames gets overridden
> every time when there is a quickLinks view loaded. So when Hbase links
> metric first gets loaded, it sets requiredSiteNames to ['core-site',
> 'hbase-site', 'hdfs-site']. But when Yarn links metric gets loaded, it
> overrides requiredSiteNames to ['core-site', 'hdfs-site', 'yarn-site'].
> So when Yarn links get loaded, Hbase links get set to default value as
> 'hbase-site' is not in requiredSiteNames.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)