You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/07/03 22:31:00 UTC

[jira] [Created] (FLINK-7080) Deploy Yarn cluster with job

Till Rohrmann created FLINK-7080:
------------------------------------

             Summary: Deploy Yarn cluster with job
                 Key: FLINK-7080
                 URL: https://issues.apache.org/jira/browse/FLINK-7080
             Project: Flink
          Issue Type: Sub-task
          Components: Cluster Management, YARN
            Reporter: Till Rohrmann


In order to start a yarn per-job cluster, we have to start a Yarn application running Flink which includes the job to be executed. One way to do it is to upload the serialized form of the {{JobGraph}} as a file. The Yarn entry point can then read the {{JobGraph}} from this file and start the {{JobManager}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)