浏览代码

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 年之前
父节点
当前提交
4a7e06ada1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/metainfo.xml

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