Skip to content

Commit

Permalink
fixup! [BEAM-9295] Add Flink 1.10 build target and Make FlinkRunner c…
Browse files Browse the repository at this point in the history
…ompatible with Flink 1.10
  • Loading branch information
sunjincheng121 committed Feb 27, 2020
1 parent 5999013 commit 82b781c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static ExecutionEnvironment createBatchExecutionEnvironment(

// depending on the master, create the right environment.
if ("[local]".equals(flinkMasterHostPort)) {
flinkConfiguration.setString("taskmanager.memory.managed.size", "2048m");
flinkBatchEnv = ExecutionEnvironment.createLocalEnvironment(flinkConfiguration);
} else if ("[collection]".equals(flinkMasterHostPort)) {
flinkBatchEnv = new CollectionEnvironment();
Expand Down

0 comments on commit 82b781c

Please sign in to comment.