Skip to content

Commit

Permalink
[Flink] set validates runner parallelism to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jto committed Nov 14, 2024
1 parent e359eda commit 777dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def createValidatesRunnerTask(Map m) {
def pipelineOptionsArray = ["--runner=TestFlinkRunner",
"--streaming=${config.streaming}",
"--useDataStreamForBatch=${config.useDataStreamForBatch}",
"--parallelism=2",
"--parallelism=1",
]
if (config.checkpointing) {
pipelineOptionsArray.addAll([
Expand Down

0 comments on commit 777dcf7

Please sign in to comment.