Skip to content

Commit

Permalink
[hotfix][examples] Changed collection execution environment to regula…
Browse files Browse the repository at this point in the history
…r environment in WordCountTable example
  • Loading branch information
dawidwys committed Aug 8, 2019
1 parent 434f59f commit 2e8b35c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class WordCountTable {
// *************************************************************************

public static void main(String[] args) throws Exception {
ExecutionEnvironment env = ExecutionEnvironment.createCollectionsEnvironment();
ExecutionEnvironment env = ExecutionEnvironment.getExecutionEnvironment();
BatchTableEnvironment tEnv = BatchTableEnvironment.create(env);

DataSet<WC> input = env.fromElements(
Expand Down

0 comments on commit 2e8b35c

Please sign in to comment.