소스 검색

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>