HBASE-26921 Rewrite the counting cells part in TestMultiVersions (#4316)
[hbase.git] / hbase-mapreduce / src / test / resources / hbase-site.xml
blobe5c9eca6c40435bf64feddf798264c0e3d6ef156
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3 <!--
4 /**
5  *
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
13  *
14  *     http://www.apache.org/licenses/LICENSE-2.0
15  *
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.
21  */
22 -->
23 <configuration>
24   <property>
25     <name>hbase.regionserver.msginterval</name>
26     <value>100</value>
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.
30     </description>
31   </property>
32   <property>
33     <name>hbase.server.thread.wakefrequency</name>
34     <value>100</value>
35     <description>Time to sleep in between searches for work (in milliseconds).
36      Used as sleep interval by service threads such as hbase:meta scanner and log roller.
37     </description>
38   </property>
39   <property>
40     <name>hbase.regionserver.compaction.check.period</name>
41     <value>1000</value>
42   </property>
43   <property>
44     <name>hbase.regionserver.flush.check.period</name>
45     <value>1000</value>
46   </property>
47   <property>
48     <name>hbase.regionserver.msginterval</name>
49     <value>1000</value>
50     <description>Interval between messages from the RegionServer to HMaster
51     in milliseconds.  Default is 15. Set this value low if you want unit
52     tests to be responsive.
53     </description>
54   </property>
55   <property>
56     <name>hbase.defaults.for.version.skip</name>
57     <value>true</value>
58   </property>
59   <property>
60     <name>hbase.master.event.waiting.time</name>
61     <value>50</value>
62     <description>Time to sleep between checks to see if a table event took place.
63     </description>
64   </property>
65   <property>
66     <name>hbase.regionserver.handler.count</name>
67     <value>5</value>
68   </property>
69   <property>
70     <name>hbase.regionserver.metahandler.count</name>
71     <value>6</value>
72   </property>
73   <property>
74       <name>hbase.ipc.server.read.threadpool.size</name>
75     <value>3</value>
76   </property>
77   <property>
78     <name>hbase.master.info.port</name>
79     <value>-1</value>
80     <description>The port for the hbase master web UI
81     Set to -1 if you do not want the info server to run.
82     </description>
83   </property>
84   <property>
85     <name>hbase.master.port</name>
86     <value>0</value>
87     <description>Always have masters and regionservers come up on port '0' so we don't clash over
88       default ports.
89     </description>
90   </property>
91   <property>
92     <name>hbase.regionserver.port</name>
93     <value>0</value>
94     <description>Always have masters and regionservers come up on port '0' so we don't clash over
95       default ports.
96     </description>
97   </property>
98   <property>
99     <name>hbase.ipc.client.fallback-to-simple-auth-allowed</name>
100     <value>true</value>
101   </property>
103   <property>
104     <name>hbase.regionserver.info.port</name>
105     <value>-1</value>
106     <description>The port for the hbase regionserver web UI
107     Set to -1 if you do not want the info server to run.
108     </description>
109   </property>
110   <property>
111     <name>hbase.regionserver.info.port.auto</name>
112     <value>true</value>
113     <description>Info server auto port bind. Enables automatic port
114     search if hbase.regionserver.info.port is already in use.
115     Enabled for testing to run multiple tests on one machine.
116     </description>
117   </property>
118   <property>
119     <name>hbase.regionserver.safemode</name>
120     <value>false</value>
121     <description>
122     Turn on/off safe mode in region server. Always on for production, always off
123     for tests.
124     </description>
125   </property>
126   <property>
127     <name>hbase.hregion.max.filesize</name>
128     <value>67108864</value>
129     <description>
130     Maximum desired file size for an HRegion.  If filesize exceeds
131     value + (value / 2), the HRegion is split in two.  Default: 256M.
133     Keep the maximum filesize small so we split more often in tests.
134     </description>
135   </property>
136   <property>
137     <name>hadoop.log.dir</name>
138     <value>${user.dir}/../logs</value>
139   </property>
140   <property>
141     <name>hbase.zookeeper.property.clientPort</name>
142     <value>21818</value>
143     <description>Property from ZooKeeper's config zoo.cfg.
144     The port at which the clients will connect.
145     </description>
146   </property>
147   <property>
148     <name>hbase.defaults.for.version.skip</name>
149     <value>true</value>
150     <description>
151     Set to true to skip the 'hbase.defaults.for.version'.
152     Setting this to true can be useful in contexts other than
153     the other side of a maven generation; i.e. running in an
154     ide.  You'll want to set this boolean to true to avoid
155     seeing the RuntimeException complaint: "hbase-default.xml file
156     seems to be for and old version of HBase (@@@VERSION@@@), this
157     version is X.X.X-SNAPSHOT"
158     </description>
159   </property>
160   <property>
161     <name>hbase.table.sanity.checks</name>
162     <value>false</value>
163     <description>Skip sanity checks in tests
164     </description>
165   </property>
166   <property>
167     <name>hbase.procedure.fail.on.corruption</name>
168     <value>true</value>
169     <description>
170       Enable replay sanity checks on procedure tests.
171     </description>
172   </property>
173   <property>
174     <name>hbase.hconnection.threads.keepalivetime</name>
175     <value>3</value>
176   </property>
177   <property>
178     <name>hbase.regionserver.handler.count</name>
179     <value>3</value>
180     <description>Default is 30</description>
181   </property>
182   <property>
183     <name>hbase.regionserver.metahandler.count</name>
184     <value>3</value>
185     <description>Default is 20</description>
186    </property>
187   <property>
188     <name>hbase.netty.worker.count</name>
189     <value>3</value>
190     <description>Default is 0</description>
191   </property>
192   <property>
193     <name>hbase.hconnection.threads.max</name>
194     <value>6</value>
195     <description>Default is 256</description>
196   </property>
197   <property>
198     <name>hbase.htable.threads.max</name>
199     <value>3</value>
200     <description>Default is MAX_INTEGER</description>
201   </property>
202   <property>
203     <name>hbase.region.replica.replication.threads.max</name>
204     <value>7</value>
205     <description>Default is 256</description>
206   </property>
207   <property>
208     <name>hbase.rest.threads.max</name>
209     <value>5</value>
210     <description>Default is 100</description>
211   </property>
212   <property>
213     <name>hbase.replication.bulkload.copy.maxthreads</name>
214     <value>3</value>
215     <description>Default is 10</description>
216   </property>
217   <property>
218     <name>hbase.loadincremental.threads.max</name>
219     <value>1</value>
220     <description>Default is # of CPUs</description>
221   </property>
222   <property>
223     <name>hbase.hstore.flusher.count</name>
224     <value>1</value>
225     <description>Default is 2</description>
226   </property>
227   <property>
228     <name>hbase.oldwals.cleaner.thread.size</name>
229     <value>1</value>
230     <description>Default is 2</description>
231   </property>
232   <property>
233     <name>hbase.master.procedure.threads</name>
234     <value>5</value>
235     <description>Default is at least 16</description>
236   </property>
237   <property>
238     <name>hbase.procedure.remote.dispatcher.threadpool.size</name>
239     <value>3</value>
240     <description>Default is 128</description>
241   </property>
242   <property>
243     <name>hbase.regionserver.executor.closeregion.threads</name>
244     <value>1</value>
245     <description>Default is 3</description>
246   </property>
247   <property>
248     <name>hbase.regionserver.executor.openregion.threads</name>
249     <value>1</value>
250     <description>Default is 3</description>
251   </property>
252   <property>
253     <name>hbase.regionserver.executor.openpriorityregion.threads</name>
254     <value>1</value>
255     <description>Default is 3</description>
256   </property>
257   <property>
258     <name>hbase.storescanner.parallel.seek.threads</name>
259     <value>3</value>
260     <description>Default is 10</description>
261   </property>
262   <property>
263     <name>hbase.hfile.compaction.discharger.thread.count</name>
264     <value>1</value>
265     <description>Default is 10</description>
266   </property>
267   <property>
268     <name>hbase.regionserver.executor.refresh.peer.threads</name>
269     <value>1</value>
270     <description>Default is 2</description>
271   </property>
272   <property>
273     <name>hbase.hregion.open.and.init.threads.max</name>
274     <value>3</value>
275     <description>Default is 16 or # of Regions</description>
276   </property>
277   <property>
278     <name>hbase.master.handler.count</name>
279     <value>7</value>
280     <description>Default is 25</description>
281   </property>
282   <property>
283     <name>hbase.replication.source.maxthreads</name>
284     <value></value>
285     <description>Default is 10</description>
286   </property>
287   <property>
288     <name>hbase.hconnection.meta.lookup.threads.max</name>
289     <value>5</value>
290     <description>Default is 128</description>
291   </property>
292 </configuration>