inputPath = outputBase + "/" + DriverUtil.OUTPUT_EXTRACT_LINKS;
outputPath = outputBase + "/" + DriverUtil.OUTPUT_REVERSE_WEBGRAPH + "/";
conf.set("Cloud9.InputPath", inputPath);
conf.set("Cloud9.OutputPath", outputPath);
conf.setInt("Cloud9.Reducers", DriverUtil.DEFAULT_REDUCERS);
r = new BuildReverseWebGraph(conf).run();
if (r != 0) {
return -1;
}
// Job 3: