Java源码示例:org.apache.flink.examples.scala.wordcount.WordCount
示例1@Override
protected void testProgram() throws Exception {
WordCount.main(new String[] {
"--input", textPath,
"--output", resultPath });
}
@Override
protected void testProgram() throws Exception {
WordCount.main(new String[] {
"--input", textPath,
"--output", resultPath });
}
@Override
protected void testProgram() throws Exception {
WordCount.main(new String[] {
"--input", textPath,
"--output", resultPath });
}