Repository: ambari Updated Branches: refs/heads/trunk 025093180 -> 533c8ee11
AMBARI-12052 - HBase has unfilled properties after deploy Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f7492eb1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f7492eb1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f7492eb1 Branch: refs/heads/trunk Commit: f7492eb1df4cfcd55b33d0ee347c8a189082ffac Parents: 0250931 Author: Artem Baranchuk <[email protected]> Authored: Sun Jun 21 01:16:19 2015 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Mon Jun 22 14:21:42 2015 +0300 ---------------------------------------------------------------------- .../HDP/2.2/services/HBASE/configuration/hbase-site.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f7492eb1/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml index 382608e..3451585 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml @@ -106,15 +106,6 @@ <description>Value to be set between 0.0 and 1.0</description> </property> <property> - <name>hbase.regionserver.global.memstore.size</name> - <value>${hbase.regionserver.global.memstore.upperLimit}</value> - <description>Maximum size of all memstores in a region server before new - updates are blocked and flushes are forced. Defaults to 40% of heap. - Updates are blocked and flushes are forced until size of all memstores - in a region server hits hbase.regionserver.global.memstore.size.lower.limit. - </description> - </property> - <property> <name>hbase.regionserver.wal.codec</name> <display-name>RegionServer WAL Codec</display-name> <value>org.apache.hadoop.hbase.regionserver.wal.WALCellCodec</value>
