Simone Robutti created FLINK-3191: ------------------------------------- Summary: WordCount without fileOutput - execute is missing Key: FLINK-3191 URL: https://issues.apache.org/jira/browse/FLINK-3191 Project: Flink Issue Type: Bug Components: Examples Reporter: Simone Robutti Priority: Trivial
The WordCount example, if there's no file output specified, is supposed to print the result to the console. In the branch that calls the print, the execute is missing and therefore the computation doesn't start. Adding the execute to the "else" branch does fix the problem. I assume that the execute should be after the if/else statement. -- This message was sent by Atlassian JIRA (v6.3.4#6332)