resultPath = getTempDirPath("transitiveClosure");
}
@Override
protected Plan getTestJob() {
TransitiveClosureNaive transitiveClosureNaive = new TransitiveClosureNaive();
// "2" is the number of iterations here
return transitiveClosureNaive.getScalaPlan(4, 2, verticesPath, edgesPath, resultPath);
}