306307308309310311312
protected void doPagerank(final OutputDirectories od) throws IOException { LOG.info("computing pagerank scores in " + od.getPagerank()); new NutchwaxPagerank(getJobConf()).process(getSegments(od), od.getPagerank()); }