Updated Branches: refs/heads/trunk fd9a889e7 -> 9e3d193f1
AMBARI-3680. Hive Smoke Test fails after installing clients on an added host. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/9e3d193f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/9e3d193f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/9e3d193f Branch: refs/heads/trunk Commit: 9e3d193f19d8968ee46259266c4d631dd87b700f Parents: fd9a889 Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Nov 4 18:59:23 2013 +0200 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Nov 4 18:59:23 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/main/host/details.js | 2 +- ambari-web/app/views/main/host/summary.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/9e3d193f/ambari-web/app/controllers/main/host/details.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/host/details.js b/ambari-web/app/controllers/main/host/details.js index 87fc0df..e745055 100644 --- a/ambari-web/app/controllers/main/host/details.js +++ b/ambari-web/app/controllers/main/host/details.js @@ -206,7 +206,7 @@ App.MainHostDetailsController = Em.Controller.extend({ if (!this.get('enablePrimary')) return; self._doDeleteHostComponent(component); this.hide(); - }, + } }); }, http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/9e3d193f/ambari-web/app/views/main/host/summary.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/host/summary.js b/ambari-web/app/views/main/host/summary.js index 33079a9..2a31886 100644 --- a/ambari-web/app/views/main/host/summary.js +++ b/ambari-web/app/views/main/host/summary.js @@ -160,7 +160,7 @@ App.MainHostSummaryView = Em.View.extend({ case 'SQOOP': installableClients.push('SQOOP'); break; - case 'HCAT': + case 'HCATALOG': installableClients.push('HCAT'); break; case 'HDFS':
