(String[] args)
| 48 | .getLogger(MethodHandles.lookup().lookupClass()); |
| 49 | |
| 50 | public static void main(String[] args) throws Exception { |
| 51 | Configuration conf = NutchConfiguration.create(); |
| 52 | int res = ToolRunner.run(conf, new Benchmark(), args); |
| 53 | System.exit(res); |
| 54 | } |
| 55 | |
| 56 | private void createSeeds(FileSystem fs, Path seedsDir, int count) |
| 57 | throws Exception { |