[
https://issues.apache.org/jira/browse/BEAM-9295?focusedWorklogId=395398&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-395398
]
ASF GitHub Bot logged work on BEAM-9295:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Feb/20 05:20
Start Date: 29/Feb/20 05:20
Worklog Time Spent: 10m
Work Description: sunjincheng121 commented on pull request #10945:
[BEAM-9295] Add Flink 1.10 build target and Make FlinkRunner compatible with
Flink 1.10
URL: https://github.com/apache/beam/pull/10945#discussion_r386002840
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
##########
@@ -311,78 +302,4 @@ private static void applyLatencyTrackingInterval(
long latencyTrackingInterval = options.getLatencyTrackingInterval();
config.setLatencyTrackingInterval(latencyTrackingInterval);
}
-
- /**
- * Remote stream environment that supports job execution with restore from
savepoint.
- *
- * <p>This class can be removed once Flink provides this functionality.
- *
- * <p>TODO: https://issues.apache.org/jira/browse/BEAM-5396
- */
- private static class BeamFlinkRemoteStreamEnvironment extends
RemoteStreamEnvironment {
Review comment:
BeamFlinkRemoteStreamEnvironment has not been removed. Actually it has been
moved to runner 1.7. The reason is that in 1.10 we don't need it any more. What
do you think?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 395398)
Time Spent: 3h (was: 2h 50m)
> Add Flink 1.10 build target and Make FlinkRunner compatible with Flink 1.10
> ---------------------------------------------------------------------------
>
> Key: BEAM-9295
> URL: https://issues.apache.org/jira/browse/BEAM-9295
> Project: Beam
> Issue Type: New Feature
> Components: runner-flink
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Apache Flink 1.10 has completed the final release vote, see [1]. So, I would
> like to add Flink 1.10 build target and make Flink Runner compatible with
> Flink 1.10.
> And I appreciate it if you can leave your suggestions or comments!
> [1]
> https://lists.apache.org/thread.html/r97672d4d1e47372cebf23e6643a6cc30a06bfbdf3f277b0be3695b15%40%3Cdev.flink.apache.org%3E
--
This message was sent by Atlassian Jira
(v8.3.4#803005)