You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2014/11/11 12:36:46 UTC

ambari git commit: AMBARI-8273. 'History Server' panel disappeared after deploy Ambari (Stack 1.3). (akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 69fe8e404 -> 11e7c9f60


AMBARI-8273. 'History Server' panel disappeared after deploy Ambari (Stack 1.3). (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/11e7c9f6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/11e7c9f6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/11e7c9f6

Branch: refs/heads/trunk
Commit: 11e7c9f60fc26e0964200b6f5d78c28f8f3e9dde
Parents: 69fe8e4
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Tue Nov 11 13:12:39 2014 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Tue Nov 11 13:36:21 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/info/configs.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/11e7c9f6/ambari-web/app/controllers/main/service/info/configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/info/configs.js b/ambari-web/app/controllers/main/service/info/configs.js
index bf31a0e..27d726c 100644
--- a/ambari-web/app/controllers/main/service/info/configs.js
+++ b/ambari-web/app/controllers/main/service/info/configs.js
@@ -2239,6 +2239,12 @@ App.MainServiceInfoConfigsController = Em.Controller.extend(App.ServerValidatorM
       serviceUseThis: ['YARN']
     },
     {
+      hostProperty: 'hs_host',
+      componentName: 'HISTORYSERVER',
+      serviceName: 'MAPREDUCE',
+      serviceUseThis: []
+    },
+    {
       hostProperty: 'ats_host',
       componentName: 'APP_TIMELINE_SERVER',
       serviceName: 'YARN',