Index: sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple.java
===================================================================
--- sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple.java	(revision 27)
+++ sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple.java	(revision 28)
@@ -163,10 +163,8 @@
 		conf.setNumReduceTasks(numReduceTasks);
 		// 0.16
-		// conf.setInputPath(new Path(inPath));
-		Convert.setInputPath(conf, new Path(inPath));
+		conf.setInputPath(new Path(inPath));
 		conf.setInputFormat(SequenceFileInputFormat.class);
 
-		// conf.setOutputPath(new Path(outputPath));
-		Convert.setInputPath(conf, new Path(outputPath));
+		conf.setOutputPath(new Path(outputPath));
 		conf.setOutputKeyClass(Tuple.class);
 		conf.setOutputValueClass(IntWritable.class);
Index: sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple2.java
===================================================================
--- sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple2.java	(revision 27)
+++ sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple2.java	(revision 28)
@@ -125,10 +125,11 @@
 		
 		// 0.16
-//		conf.setInputPath(new Path(inPath));
-		Convert.setInputPath(conf,new Path(inPath));
+		conf.setInputPath(new Path(inPath));
+//		Convert.setInputPath(conf,new Path(inPath));
 		conf.setInputFormat(SequenceFileInputFormat.class);
 		// 0.16
-//		conf.setOutputPath(new Path(outputPath));
-		Convert.setInputPath(conf, new Path(outputPath));
+		conf.setOutputPath(new Path(outputPath));
+		//		Convert.setInputPath(conf, new Path(outputPath));
+
 		
 		conf.setOutputKeyClass(Tuple.class);
