2007-06-21 20:40:45 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
2007-07-12 22:08:25 +00:00
|
|
|
<!--
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
* or more contributor license agreements. See the NOTICE file
|
|
|
|
* distributed with this work for additional information
|
|
|
|
* regarding copyright ownership. The ASF licenses this file
|
|
|
|
* to you under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance
|
|
|
|
* with the License. You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
2007-06-21 20:40:45 +00:00
|
|
|
<configuration>
|
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.msginterval</name>
|
|
|
|
<value>1000</value>
|
|
|
|
<description>Interval between messages from the RegionServer to HMaster
|
|
|
|
in milliseconds. Default is 15. Set this value low if you want unit
|
|
|
|
tests to be responsive.
|
|
|
|
</description>
|
|
|
|
</property>
|
2012-05-24 06:05:50 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.defaults.for.version.skip</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
2007-07-14 22:25:32 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.server.thread.wakefrequency</name>
|
|
|
|
<value>1000</value>
|
|
|
|
<description>Time to sleep in between searches for work (in milliseconds).
|
2013-09-06 00:29:48 +00:00
|
|
|
Used as sleep interval by service threads such as hbase:meta scanner and log roller.
|
2007-07-14 22:25:32 +00:00
|
|
|
</description>
|
|
|
|
</property>
|
2011-04-08 16:49:08 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.master.event.waiting.time</name>
|
|
|
|
<value>50</value>
|
|
|
|
<description>Time to sleep between checks to see if a table event took place.
|
|
|
|
</description>
|
|
|
|
</property>
|
2007-07-14 22:25:32 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.handler.count</name>
|
2007-07-26 14:15:17 +00:00
|
|
|
<value>5</value>
|
2007-06-21 20:40:45 +00:00
|
|
|
</property>
|
2015-08-25 16:16:03 -07:00
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.metahandler.count</name>
|
2016-05-04 11:37:03 -07:00
|
|
|
<value>6</value>
|
2015-08-25 16:16:03 -07:00
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>hbase.ipc.server.read.threadpool.size</name>
|
|
|
|
<value>3</value>
|
|
|
|
</property>
|
2007-10-06 03:09:50 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.master.info.port</name>
|
|
|
|
<value>-1</value>
|
|
|
|
<description>The port for the hbase master web UI
|
|
|
|
Set to -1 if you do not want the info server to run.
|
|
|
|
</description>
|
|
|
|
</property>
|
2012-09-01 08:11:36 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.master.port</name>
|
|
|
|
<value>0</value>
|
|
|
|
<description>Always have masters and regionservers come up on port '0' so we don't clash over
|
|
|
|
default ports.
|
|
|
|
</description>
|
|
|
|
</property>
|
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.port</name>
|
|
|
|
<value>0</value>
|
|
|
|
<description>Always have masters and regionservers come up on port '0' so we don't clash over
|
|
|
|
default ports.
|
|
|
|
</description>
|
|
|
|
</property>
|
2013-06-20 06:38:36 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.ipc.client.fallback-to-simple-auth-allowed</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
2012-09-01 08:11:36 +00:00
|
|
|
|
2007-10-06 03:09:50 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.info.port</name>
|
|
|
|
<value>-1</value>
|
|
|
|
<description>The port for the hbase regionserver web UI
|
|
|
|
Set to -1 if you do not want the info server to run.
|
|
|
|
</description>
|
|
|
|
</property>
|
2009-04-29 23:14:57 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.info.port.auto</name>
|
|
|
|
<value>true</value>
|
|
|
|
<description>Info server auto port bind. Enables automatic port
|
|
|
|
search if hbase.regionserver.info.port is already in use.
|
|
|
|
Enabled for testing to run multiple tests on one machine.
|
|
|
|
</description>
|
|
|
|
</property>
|
2009-01-23 22:37:01 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.regionserver.safemode</name>
|
|
|
|
<value>false</value>
|
|
|
|
<description>
|
|
|
|
Turn on/off safe mode in region server. Always on for production, always off
|
|
|
|
for tests.
|
|
|
|
</description>
|
|
|
|
</property>
|
2008-01-09 00:07:16 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.hregion.max.filesize</name>
|
|
|
|
<value>67108864</value>
|
|
|
|
<description>
|
|
|
|
Maximum desired file size for an HRegion. If filesize exceeds
|
|
|
|
value + (value / 2), the HRegion is split in two. Default: 256M.
|
|
|
|
|
|
|
|
Keep the maximum filesize small so we split more often in tests.
|
|
|
|
</description>
|
|
|
|
</property>
|
2012-05-11 22:06:57 +00:00
|
|
|
<property>
|
|
|
|
<name>hadoop.log.dir</name>
|
|
|
|
<value>${user.dir}/../logs</value>
|
|
|
|
</property>
|
2009-07-03 23:33:28 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.zookeeper.property.clientPort</name>
|
2010-10-13 20:06:29 +00:00
|
|
|
<value>21818</value>
|
2009-07-03 23:33:28 +00:00
|
|
|
<description>Property from ZooKeeper's config zoo.cfg.
|
|
|
|
The port at which the clients will connect.
|
|
|
|
</description>
|
|
|
|
</property>
|
2011-02-25 06:03:20 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.defaults.for.version.skip</name>
|
|
|
|
<value>true</value>
|
|
|
|
<description>
|
|
|
|
Set to true to skip the 'hbase.defaults.for.version'.
|
|
|
|
Setting this to true can be useful in contexts other than
|
|
|
|
the other side of a maven generation; i.e. running in an
|
|
|
|
ide. You'll want to set this boolean to true to avoid
|
2015-11-19 17:05:17 +09:00
|
|
|
seeing the RuntimeException complaint: "hbase-default.xml file
|
2011-02-25 06:03:20 +00:00
|
|
|
seems to be for and old version of HBase (@@@VERSION@@@), this
|
|
|
|
version is X.X.X-SNAPSHOT"
|
|
|
|
</description>
|
|
|
|
</property>
|
2014-02-26 22:24:20 +00:00
|
|
|
<property>
|
|
|
|
<name>hbase.table.sanity.checks</name>
|
|
|
|
<value>false</value>
|
|
|
|
<description>Skip sanity checks in tests
|
|
|
|
</description>
|
|
|
|
</property>
|
2015-05-28 19:33:22 +01:00
|
|
|
<property>
|
|
|
|
<name>hbase.procedure.fail.on.corruption</name>
|
|
|
|
<value>true</value>
|
|
|
|
<description>
|
|
|
|
Enable replay sanity checks on procedure tests.
|
|
|
|
</description>
|
|
|
|
</property>
|
2015-09-16 10:13:55 -07:00
|
|
|
<property>
|
|
|
|
<name>hbase.hconnection.threads.keepalivetime</name>
|
|
|
|
<value>3</value>
|
|
|
|
</property>
|
2007-06-21 20:40:45 +00:00
|
|
|
</configuration>
|