source: hadoop4win-setup/my_packages/hadoop/conf-examples/hdfs-site.xml @ 239

Last change on this file since 239 was 232, checked in by jazz, 14 years ago
  • 加入 0.1.3 變更內容,保留 0.1.2 的 cygwin_mirror/setup.ini
  • Property svn:executable set to *
File size: 258 bytes
Line 
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  <property>
8    <name>dfs.replication</name>
9    <value>1</value>
10  </property>
11</configuration>
Note: See TracBrowser for help on using the repository browser.