blob: 48b716721976e911ab7fd1d8739f67a128c0aed4 [file] [log] [blame]
buyingyicf48fb52012-11-02 00:31:31 +00001<?xml version="1.0"?>
Till Westmannccac7452013-06-05 18:56:27 -07002<!--
3 ! Copyright 2009-2013 by The Regents of the University of California
4 ! Licensed under the Apache License, Version 2.0 (the "License");
5 ! you may not use this file except in compliance with the License.
6 ! you may obtain a copy of the License from
7 !
8 ! http://www.apache.org/licenses/LICENSE-2.0
9 !
10 ! Unless required by applicable law or agreed to in writing, software
11 ! distributed under the License is distributed on an "AS IS" BASIS,
12 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ! See the License for the specific language governing permissions and
14 ! limitations under the License.
15 !-->
buyingyicf48fb52012-11-02 00:31:31 +000016<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
17
18<!-- Put site-specific property overrides in this file. -->
19
20<configuration>
21
22<property>
23 <name>dfs.replication</name>
24 <value>2</value>
25</property>
26
27<property>
28 <name>dfs.block.size</name>
29 <value>65536</value>
30</property>
31
32</configuration>