source: hadoop-0.20.2/debian/conf/hdfs-site.xml @ 254

Last change on this file since 254 was 254, checked in by jazz, 14 years ago
  • modified debian/hadoop.install
    • libhdfs folder had moved.
  • add *-site.xml
    • hadoop-site.xml had changed to {core,hdfs,madpred}-site.xml
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.