Repository: ambari Updated Branches: refs/heads/trunk 3be87ee55 -> 0d5a3b28e
AMBARI-11304. HBase master UI link from widget on dashboard page is wrong (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0d5a3b28 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0d5a3b28 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0d5a3b28 Branch: refs/heads/trunk Commit: 0d5a3b28e18cc46042b32d2277b2a102a01b6d0a Parents: 3be87ee Author: Oleg Nechiporenko <[email protected]> Authored: Thu May 21 18:12:33 2015 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Thu May 21 18:12:33 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/views/main/dashboard/widgets/hbase_links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0d5a3b28/ambari-web/app/views/main/dashboard/widgets/hbase_links.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/dashboard/widgets/hbase_links.js b/ambari-web/app/views/main/dashboard/widgets/hbase_links.js index 833f8a3..e0079b6 100644 --- a/ambari-web/app/views/main/dashboard/widgets/hbase_links.js +++ b/ambari-web/app/views/main/dashboard/widgets/hbase_links.js @@ -26,7 +26,7 @@ App.HBaseLinksView = App.LinkDashboardWidgetView.extend({ model_type: 'hbase', - port: '60010', + port: App.get('isHadoop23Stack') ? '16010' : '60010', componentName: 'HBASE_REGIONSERVER',
