Browse Source

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

Dmytro Sen 10 years ago
parent
commit
4a7e06ada1

+ 4 - 0
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>