}
JobConf job = new NutchJob(getConf());
job.setBoolean(FILTER_KEY, filter);
job.setBoolean(NORMALIZE_KEY, normalize);
job.addInputPath(new Path(args[0]));
job.setInputFormat(TextInputFormat.class);
job.setMapperClass(FG.class);
job.setPartitionerClass(PartitionUrlByHost.class);
job.setReducerClass(FG.class);
String segName = Generator.generateSegmentName();