[
https://issues.apache.org/jira/browse/BEAM-6248?focusedWorklogId=181568&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-181568
]
ASF GitHub Bot logged work on BEAM-6248:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jan/19 19:20
Start Date: 06/Jan/19 19:20
Worklog Time Spent: 10m
Work Description: tweise commented on pull request #7300: [BEAM-6248] Add
Flink v1.7 build target to Flink Runner
URL: https://github.com/apache/beam/pull/7300#discussion_r245519092
##########
File path:
runners/flink/src/test/java/org/apache/beam/runners/flink/PortableStateExecutionTest.java
##########
@@ -86,6 +86,7 @@ public void testExecution() throws Exception {
options.setRunner(CrashingRunner.class);
options.as(FlinkPipelineOptions.class).setFlinkMaster("[local]");
options.as(FlinkPipelineOptions.class).setStreaming(isStreaming);
+ options.as(FlinkPipelineOptions.class).setParallelism(4);
Review comment:
Good find. We should always set the parallelism to cap resource consumption.
I would prefer 2 if the intention is to exercise parallel execution path, 1
otherwise.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 181568)
Time Spent: 3h 40m (was: 3.5h)
> Add Flink 1.7.x build target to Flink Runner
> --------------------------------------------
>
> Key: BEAM-6248
> URL: https://issues.apache.org/jira/browse/BEAM-6248
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Major
> Fix For: 2.10.0
>
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> With BEAM-5419 we can add a Flink 1.7.x build target.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)