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/02/03 17:24:22 UTC

git commit: AMBARI-4388. add ability to add Falcon on an existing cluster via Add Services Wizard. (Mikhail Bayuk via akovalenko)

Updated Branches:
  refs/heads/trunk 5f4643162 -> 0224d15d5


AMBARI-4388. add ability to add Falcon on an existing cluster via Add Services Wizard. (Mikhail Bayuk via akovalenko)


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

Branch: refs/heads/trunk
Commit: 0224d15d584fe3e5c6c15c60e62f2b615fe64aa5
Parents: 5f46431
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Mon Feb 3 18:23:05 2014 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Mon Feb 3 18:23:05 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/data/service_configs.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0224d15d/ambari-web/app/data/service_configs.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/service_configs.js b/ambari-web/app/data/service_configs.js
index 6520125..4146216 100644
--- a/ambari-web/app/data/service_configs.js
+++ b/ambari-web/app/data/service_configs.js
@@ -224,9 +224,10 @@ module.exports = [
     serviceName: 'FALCON',
     displayName: 'Falcon',
     configCategories: [
-      App.ServiceConfigCategory.create({ name: 'Falcon', displayName : 'Falcon Server'})
+      App.ServiceConfigCategory.create({ name: 'Falcon', displayName : 'Falcon Server'}),
+      App.ServiceConfigCategory.create({ name: 'Advanced', displayName : 'Falcon - Oozie integration'})
     ],
-    sites: ['falcon-site'],
+    sites: ['global', 'oozie-site'],
     configs: []
   },