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

[jira] [Created] (FLINK-7285) allow submission of big job graphs

Nico Kruber created FLINK-7285:
----------------------------------

             Summary: allow submission of big job graphs
                 Key: FLINK-7285
                 URL: https://issues.apache.org/jira/browse/FLINK-7285
             Project: Flink
          Issue Type: Improvement
          Components: Distributed Coordination, Job-Submission
    Affects Versions: 1.4.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber


In order to support submission of big job graphs, i.e. from user programs with a lot of code that does not fit into {{akka.framesize}}, we could try to store the {{JobGraph}} in the {{BlobServer}}.

Note that in the communication between the job and task managers, we also need the offloading of the {{TaskDeploymentDescriptor}} (FLINK-6046) to complete this feature.



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