2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
6 * Licensed to the Apache Software Foundation (ASF) under one
7 * or more contributor license agreements. See the NOTICE file
8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
10 * to you under the Apache License, Version 2.0 (the
11 * "License"); you may not use this file except in compliance
12 * with the License. You may obtain a copy of the License at
14 * http://www.apache.org/licenses/LICENSE-2.0
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
25 <name>hbase.regionserver.msginterval</name>
27 <description>Interval between messages from the RegionServer to HMaster
28 in milliseconds. Default is 15. Set this value low if you want unit
29 tests to be responsive.
33 <name>hbase.defaults.for.version.skip</name>
37 <name>hbase.server.thread.wakefrequency</name>
39 <description>Time to sleep in between searches for work (in milliseconds).
40 Used as sleep interval by service threads such as hbase:meta scanner and log roller.
44 <name>hbase.regionserver.compaction.check.period</name>
48 <name>hbase.regionserver.flush.check.period</name>
52 <name>hbase.master.event.waiting.time</name>
54 <description>Time to sleep between checks to see if a table event took place.
58 <name>hbase.regionserver.handler.count</name>
62 <name>hbase.master.info.port</name>
64 <description>The port for the hbase master web UI
65 Set to -1 if you do not want the info server to run.
69 <name>hbase.master.port</name>
71 <description>Always have masters and regionservers come up on port '0' so we don't clash over
76 <name>hbase.regionserver.port</name>
78 <description>Always have masters and regionservers come up on port '0' so we don't clash over
83 <name>hbase.ipc.client.fallback-to-simple-auth-allowed</name>
88 <name>hbase.regionserver.info.port</name>
90 <description>The port for the hbase regionserver web UI
91 Set to -1 if you do not want the info server to run.
95 <name>hbase.regionserver.info.port.auto</name>
97 <description>Info server auto port bind. Enables automatic port
98 search if hbase.regionserver.info.port is already in use.
99 Enabled for testing to run multiple tests on one machine.
103 <name>hbase.regionserver.safemode</name>
106 Turn on/off safe mode in region server. Always on for production, always off
111 <name>hbase.hregion.max.filesize</name>
112 <value>67108864</value>
114 Maximum desired file size for an HRegion. If filesize exceeds
115 value + (value / 2), the HRegion is split in two. Default: 256M.
117 Keep the maximum filesize small so we split more often in tests.
121 <name>hadoop.log.dir</name>
122 <value>${user.dir}/../logs</value>
125 <name>hbase.zookeeper.property.clientPort</name>
127 <description>Property from ZooKeeper's config zoo.cfg.
128 The port at which the clients will connect.
132 <name>hbase.defaults.for.version.skip</name>
135 Set to true to skip the 'hbase.defaults.for.version'.
136 Setting this to true can be useful in contexts other than
137 the other side of a maven generation; i.e. running in an
138 ide. You'll want to set this boolean to true to avoid
139 seeing the RuntimeException complaint: "hbase-default.xml file
140 seems to be for and old version of HBase (@@@VERSION@@@), this
141 version is X.X.X-SNAPSHOT"
145 <name>hbase.table.sanity.checks</name>
147 <description>Skip sanity checks in tests