You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/09/02 17:08:39 UTC

[jira] [Commented] (BEAM-1631) Flink runner: submit job to a Flink-on-YARN cluster

    [ https://issues.apache.org/jira/browse/BEAM-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189510#comment-17189510 ] 

Beam JIRA Bot commented on BEAM-1631:
-------------------------------------

This issue was marked "stale-P2" and has not received a public comment in 14 days. It is now automatically moved to P3. If you are still affected by it, you can comment and move it back to P2.

> Flink runner: submit job to a Flink-on-YARN cluster
> ---------------------------------------------------
>
>                 Key: BEAM-1631
>                 URL: https://issues.apache.org/jira/browse/BEAM-1631
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-flink
>            Reporter: Davor Bonaci
>            Priority: P3
>
> As far as I understand, running Beam pipelines on a Flink cluster can be done in two ways:
> * Run directly with a Flink runner, and specifying {{--flinkMaster}} pipeline option via, say, {{mvn exec}}.
> * Produce a bundled JAR, and use {{bin/flink}} to submit the same pipeline.
> These two ways are equivalent, and work well on a standalone Flink cluster.
> Submitting to a Flink-on-YARN is more complicated. You can still produce a bundled JAR, and use {{bin/flink -yid <applicationid>}} to submit such a job. However, that seems impossible with a Flink runner directly.
> If so, we should add the ability to the Flink runner to submit a job to a Flink-on-YARN cluster directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)