소스 검색

AMBARI-12089. Config changes not populated in hbase/core-site.xml (aonishuk)

Andrew Onishuk 10 년 전
부모
커밋
405caf1ebb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml

+ 1 - 0
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml

@@ -138,6 +138,7 @@
       </requiredServices>
 
       <configuration-dependencies>
+        <config-type>core-site</config-type> <!-- hbase puts core-site in it's folder -->
         <config-type>hbase-policy</config-type>
         <config-type>hbase-site</config-type>
         <config-type>hbase-env</config-type>