blob: bff9a3e5524fabb432175182bde0562551891cef [file] [log] [blame]
buyingyic1df1962012-04-25 21:37:23 +00001<?xml version="1.0"?>
Till Westmannea8ab392013-06-05 15:17:08 -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 !-->
buyingyic1df1962012-04-25 21:37:23 +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>1</value>
25</property>
26
27<property>
28 <name>dfs.block.size</name>
29 <value>65536</value>
30</property>
31
32</configuration>