--- conf/core-site.xml.orig 2011-05-05 00:00:30.000000000 +0900 +++ conf/core-site.xml 2011-05-16 22:42:36.000000000 +0900 @@ -4,5 +4,12 @@ - + + fs.default.name + hdfs://localhost:9000 + + + hadoop.tmp.dir + @hadoop_tmp_dir@ + --- conf/hdfs-site.xml.orig 2011-05-05 00:00:30.000000000 +0900 +++ conf/hdfs-site.xml 2011-05-16 21:37:13.000000000 +0900 @@ -4,5 +4,12 @@ - + + dfs.replication + 1 + + + dfs.permissions + false + --- conf/mapred-site.xml.orig 2011-05-05 00:00:30.000000000 +0900 +++ conf/mapred-site.xml 2011-05-16 23:00:56.000000000 +0900 @@ -4,5 +4,16 @@ - + + mapred.job.tracker + localhost:9001 + + + mapred.tasktracker.map.tasks.maximum + @tasks_max@ + + + mapred.tasktracker.reduce.tasks.maximum + @tasks_max@ +