1920212223242526
public class WordCountITCase extends eu.stratosphere.test.recordJobTests.WordCountITCase { @Override protected Plan getTestJob() { WordCount wc = new WordCount(); return wc.getScalaPlan(4, textPath, resultPath); }