You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2015/05/21 17:16:41 UTC

ambari git commit: AMBARI-11304. HBase master UI link from widget on dashboard page is wrong (onechiporenko)

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 <on...@apache.org>
Authored: Thu May 21 18:12:33 2015 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
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',