[ 
https://issues.apache.org/jira/browse/BEAM-6034?focusedWorklogId=164759&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-164759
 ]

ASF GitHub Bot logged work on BEAM-6034:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Nov/18 16:21
            Start Date: 11/Nov/18 16:21
    Worklog Time Spent: 10m 
      Work Description: mxm commented on a change in pull request #7004: 
[BEAM-6034] Flink auto watermark interval pipeline option
URL: https://github.com/apache/beam/pull/7004#discussion_r232494303
 
 

 ##########
 File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
 ##########
 @@ -105,6 +105,10 @@ static ExecutionEnvironment 
createBatchExecutionEnvironment(
 
     applyLatencyTrackingInterval(flinkBatchEnv.getConfig(), options);
 
+    if (options.getAutoWatermarkInterval() != null) {
+      
flinkBatchEnv.getConfig().setAutoWatermarkInterval(options.getAutoWatermarkInterval());
+    }
 
 Review comment:
   This doesn't make sense because there is no watermarking in batch.

----------------------------------------------------------------
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: 164759)
    Time Spent: 20m  (was: 10m)

> Add option to set the Flink auto watermarking interval
> ------------------------------------------------------
>
>                 Key: BEAM-6034
>                 URL: https://issues.apache.org/jira/browse/BEAM-6034
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink
>            Reporter: Thomas Weise
>            Assignee: Thomas Weise
>            Priority: Minor
>              Labels: portability-flink
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The user should be able to control the auto watermarking interval that is 
> configurable in Flink.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to