job.addInputPath(new Path(segments[i], CrawlDatum.FETCH_DIR_NAME));
job.addInputPath(new Path(segments[i], ParseData.DIR_NAME));
job.addInputPath(new Path(segments[i], ParseText.DIR_NAME));
}
job.addInputPath(new Path(crawlDb, CrawlDb.CURRENT_NAME));
job.addInputPath(new Path(linkDb, LinkDb.CURRENT_NAME));
// job.addInputPath(new Path(pagerankDir,"scores.txt")); // TODO MC - add pagerank scores
job.setInputFormat(SequenceFileInputFormat.class);
job.setMapperClass(Indexer.class);