[
https://issues.apache.org/jira/browse/BEAM-7730?focusedWorklogId=332695&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332695
]
ASF GitHub Bot logged work on BEAM-7730:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/19 17:23
Start Date: 23/Oct/19 17:23
Worklog Time Spent: 10m
Work Description: mxm commented on issue #9296: [BEAM-7730] Introduce
Flink 1.9 Runner
URL: https://github.com/apache/beam/pull/9296#issuecomment-545549831
Thanks for letting me know.
On 23.10.19 17:25, David Moravek wrote:
> *@dmvk* commented on this pull request.
>
> ------------------------------------------------------------------------
>
> In runners/flink/flink_runner.gradle
> <https://github.com/apache/beam/pull/9296#discussion_r338117884>:
>
> > @@ -178,8 +201,8 @@ def createValidatesRunnerTask(Map m) {
> createValidatesRunnerTask(name: "validatesRunnerBatch", streaming: false)
> createValidatesRunnerTask(name: "validatesRunnerStreaming", streaming:
true)
>
> -task validatesRunner {
> - group = "Verification"
> +tasks.register('validatesRunner') {
>
> this is recommended approach since 5.1.x as it creates the task lazily
>
> https://docs.gradle.org/current/userguide/task_configuration_avoidance.html
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
>
<https://github.com/apache/beam/pull/9296?email_source=notifications&email_token=AAGMMZMGWRCQKBO3FE6OPEDQQBUGRA5CNFSM4IKKKQD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCI6OV7I#discussion_r338117884>,
> or unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AAGMMZMUHND43ANPDMCXMFTQQBUGRANCNFSM4IKKKQDQ>.
>
----------------------------------------------------------------
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: 332695)
Time Spent: 11h 10m (was: 11h)
> Add Flink 1.9 build target and Make FlinkRunner compatible with Flink 1.9
> -------------------------------------------------------------------------
>
> Key: BEAM-7730
> URL: https://issues.apache.org/jira/browse/BEAM-7730
> Project: Beam
> Issue Type: New Feature
> Components: runner-flink
> Reporter: sunjincheng
> Assignee: David Moravek
> Priority: Major
> Fix For: 2.17.0
>
> Time Spent: 11h 10m
> Remaining Estimate: 0h
>
> Apache Flink 1.9 will coming and it's better to add Flink 1.9 build target
> and make Flink Runner compatible with Flink 1.9.
> I will add the brief changes after the Flink 1.9.0 released.
> And I appreciate it if you can leave your suggestions or comments!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)