Browse Source

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

Andrew Onishuk 10 years ago
parent
commit
405caf1ebb

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