Index: /sample/hadoop-0.16/tw/org/nchc/demo/LogFetcher.java
===================================================================
--- /sample/hadoop-0.16/tw/org/nchc/demo/LogFetcher.java	(revision 28)
+++ /sample/hadoop-0.16/tw/org/nchc/demo/LogFetcher.java	(revision 29)
@@ -47,5 +47,5 @@
 import org.apache.hadoop.mapred.OutputCollector;
 import org.apache.hadoop.mapred.Reporter;
-
+// import AccessLogParser
 /**
  * Access_log fetcher. TODO: FgnStatLog, Error_log, Access_log (Default,
@@ -75,4 +75,5 @@
 				throws IOException {
 			try {
+				
 				AccessLogParser log = new AccessLogParser(value.toString());
 				if (table == null)
@@ -121,5 +122,4 @@
 		jobConf.setJobName("apache log fetcher");
 		jobConf.set(TABLE, table);
-//		 Path[] in = FileSystem.listPaths(fs, InputDir);
 		Path[] in = listPaths(fs, InputDir);
 		if (fs.isFile(InputDir)) {
@@ -130,5 +130,4 @@
 					jobConf.addInputPath(in[i]);
 				} else {
-//					Path[] sub = FileSystem.listPaths(fs, in[i]);
 					Path[] sub = listPaths(fs, in[i]);
 					for (int j = 0; j < sub.length; j++) {
@@ -171,5 +170,4 @@
 	}
 
-	@SuppressWarnings("deprecation")
 	public static void main(String[] args) throws IOException {
 		String table_name = "log";
