Repository: ambari Updated Branches: refs/heads/branch-2.1 ac344bf01 -> 22307ad74
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/6ffb04a0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6ffb04a0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6ffb04a0 Branch: refs/heads/branch-2.1 Commit: 6ffb04a0fa3004e17f01b9a5eebf04ae9934ac78 Parents: ac344bf Author: Artem Baranchuk <[email protected]> Authored: Mon Jun 22 14:26:08 2015 +0300 Committer: Artem Baranchuk <[email protected]> Committed: Mon Jun 22 14:29:34 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/6ffb04a0/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>
