You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/09/02 14:12:38 UTC

[11/16] git commit: BUG-22022 Oozie Env is not one of the desired configs set when installing a cluster which causes the install to fail. (dsen)

BUG-22022 Oozie Env is not one of the desired configs set when installing a cluster which causes the install to fail. (dsen)


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

Branch: refs/heads/branch-alerts-dev
Commit: 4a7e06ada1def8ea3b6909cc7cab1ea195cbe936
Parents: 0ce22ed
Author: Dmytro Sen <ds...@hortonworks.com>
Authored: Mon Sep 1 17:34:59 2014 +0300
Committer: Dmytro Sen <ds...@hortonworks.com>
Committed: Mon Sep 1 18:04:32 2014 +0300

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml   | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4a7e06ad/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml
index 0a79704..b4e6883 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml
@@ -108,6 +108,10 @@
         <config-type>falcon-runtime.properties</config-type>
       </configuration-dependencies>
 
+      <excluded-config-types>
+        <config-type>oozie-site</config-type>
+      </excluded-config-types>
+
     </service>
   </services>
 </metainfo>