18192021222324
public class WordCountWithCountFunctionITCase extends eu.stratosphere.test.recordJobTests.WordCountITCase { @Override protected Plan getTestJob() { return new WordCountWithCount().getScalaPlan(4, textPath, resultPath); }