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 <!-- hadoop-2.0.5+'s HDFS-4305 by default enforces a min blocks size
26 of 1024*1024. Many unit tests that use the hlog use smaller
27 blocks. Setting this config to 0 to have tests pass -->
29 <name>dfs.namenode.fs-limits.min-block-size</name>
33 <name>dfs.datanode.handler.count</name>
35 <description>Default is 10</description>
38 <name>dfs.namenode.handler.count</name>
40 <description>Default is 10</description>
43 <name>dfs.namenode.service.handler.count</name>
45 <description>Default is 10</description>
48 Constraining this config makes tests fail.
50 <name>dfs.datanode.max.transfer.threads</name>
52 <description>Default is 4096. If constrain this
53 too much, tests do not complete.</description>