Index: hadoop-0.20.2/debian/conf/core-site.xml
===================================================================
--- hadoop-0.20.2/debian/conf/core-site.xml	(revision 254)
+++ hadoop-0.20.2/debian/conf/core-site.xml	(revision 254)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+
+<!-- Put site-specific property overrides in this file. -->
+
+<configuration>
+  <property>
+    <name>fs.default.name</name>
+    <value>hdfs://localhost:9000/</value>
+    <description>
+      The name of the default file system. Either the literal string
+      "local" or a host:port for NDFS.
+    </description>
+  </property>
+</configuration>
Index: hadoop-0.20.2/debian/conf/hadoop-site.xml
===================================================================
--- hadoop-0.20.2/debian/conf/hadoop-site.xml	(revision 253)
+++ 	(revision )
@@ -1,24 +1,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-
-<!-- Put site-specific property overrides in this file. -->
-
-<configuration>
-  <property>
-    <name>fs.default.name</name>
-    <value>hdfs://localhost:9000/</value>
-    <description>
-      The name of the default file system. Either the literal string
-      "local" or a host:port for NDFS.
-    </description>
-  </property>
-  <property>
-    <name>mapred.job.tracker</name>
-    <value>localhost:9001</value>
-    <description>
-    The host and port that the MapReduce job tracker runs at. If
-    "local", then jobs are run in-process as a single map and
-    reduce task.
-    </description>
-  </property>
-</configuration>
Index: hadoop-0.20.2/debian/conf/hdfs-site.xml
===================================================================
--- hadoop-0.20.2/debian/conf/hdfs-site.xml	(revision 254)
+++ hadoop-0.20.2/debian/conf/hdfs-site.xml	(revision 254)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+
+<!-- Put site-specific property overrides in this file. -->
+
+<configuration>
+  <property>
+    <name>dfs.replication</name>
+    <value>1</value>
+  </property>
+</configuration>
Index: hadoop-0.20.2/debian/conf/mapred-site.xml
===================================================================
--- hadoop-0.20.2/debian/conf/mapred-site.xml	(revision 254)
+++ hadoop-0.20.2/debian/conf/mapred-site.xml	(revision 254)
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+
+<!-- Put site-specific property overrides in this file. -->
+
+<configuration>
+  <property>
+    <name>mapred.job.tracker</name>
+    <value>localhost:9001</value>
+    <description>
+    The host and port that the MapReduce job tracker runs at. If
+    "local", then jobs are run in-process as a single map and
+    reduce task.
+    </description>
+  </property>
+</configuration>
