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 2014/02/17 12:52:12 UTC

git commit: AMBARI-4682. Customize Services page of Add Service Wizard offers to customize already installed Oozie. (Denys Buzhor via onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8c0933567 -> 95796b832


AMBARI-4682. Customize Services page of Add Service Wizard offers to customize already installed Oozie. (Denys Buzhor via onechiporenko)


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

Branch: refs/heads/trunk
Commit: 95796b832f9e740455d202d254daf77a775d328d
Parents: 8c09335
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Mon Feb 17 13:51:47 2014 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Mon Feb 17 13:51:47 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 1 +
 ambari-web/app/data/site_properties.js      | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/95796b83/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js
index 074fdd4..7a2eb62 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -440,6 +440,7 @@ module.exports =
       "isVisible": true,
       "category": "Oozie Server",
       "serviceName": "OOZIE",
+      "filename": "oozie-site.xml",
       "index": 5
     },
     {

http://git-wip-us.apache.org/repos/asf/ambari/blob/95796b83/ambari-web/app/data/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/site_properties.js b/ambari-web/app/data/site_properties.js
index 368057b..999fcae 100644
--- a/ambari-web/app/data/site_properties.js
+++ b/ambari-web/app/data/site_properties.js
@@ -385,6 +385,7 @@ module.exports =
       "isVisible": true,
       "category": "Oozie Server",
       "serviceName": "OOZIE",
+      "filename": "oozie-site.xml",
       "index": 5
     },
     {