diff --git a/InvertIndex2 b/InvertIndex3
similarity index 98%
rename from InvertIndex2
rename to InvertIndex3
index 6b489e9c694b9b905eed5af0c064ce7e62b3b0d2..59180d0a9fbde35bcb03f343c27cf9b980d3204e 100644
--- a/InvertIndex2
+++ b/InvertIndex3
@@ -42,7 +42,6 @@ public class InvertIndex extends Configured implements Tool {
       
       Configuration conf = new Configuration();
       conf.set("StopWordsFileName", args[2]);
-//      conf.set("mapreduce.map.output.compress", "true");
       int res = ToolRunner.run(conf, new InvertIndex(), args);