63646566676869707172737475
resultPath = getTempFilePath("results"); } @Override protected Plan getTestJob() { LineRank lr = new LineRank(); Plan plan = lr.getScalaPlan( config.getInteger("NumSubtasks", 1), sourcesPath, targetsPath, 9, resultPath);