Skip to content
Snippets Groups Projects
Commit eb3f71f0 authored by Meiqi Guo's avatar Meiqi Guo
Browse files

Update InvertIndex

parent d1060653
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment