buyingyi | c73348c | 2012-11-02 00:31:31 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
2 | <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | ||||
3 | |||||
4 | <!-- Put site-specific property overrides in this file. --> | ||||
5 | |||||
6 | <configuration> | ||||
7 | |||||
8 | <property> | ||||
9 | <name>dfs.replication</name> | ||||
10 | <value>2</value> | ||||
11 | </property> | ||||
12 | |||||
13 | <property> | ||||
14 | <name>dfs.block.size</name> | ||||
15 | <value>65536</value> | ||||
16 | </property> | ||||
17 | |||||
18 | </configuration> |