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 2019/02/26 16:09:00 UTC

[jira] [Closed] (FLINK-2760) Avoid uploading of already existing jars from the JobClient

     [ https://issues.apache.org/jira/browse/FLINK-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-2760.
--------------------------------
    Resolution: Done

> Avoid uploading of already existing jars from the JobClient
> -----------------------------------------------------------
>
>                 Key: FLINK-2760
>                 URL: https://issues.apache.org/jira/browse/FLINK-2760
>             Project: Flink
>          Issue Type: Improvement
>          Components: Client, Distributed Coordination
>            Reporter: Till Rohrmann
>            Priority: Minor
>
> Currently, the {{JobClient}} uploads all user code jars to the {{JobManager}} upon triggering of the job execution. All jars are uploaded ignoring whether the jar already exists on the {{JobManager}} or not. This can be especially painful if one has many small jobs, which use the same big user code jars and which one wants to execute quickly one after the other.
> In order to avoid unnecessary file transfers, I propose to check before uploading files whether they've already been transferred to the {{JobManager}} or not. Only in the latter case the file is uploaded then. This should improve the deployment speed of jobs depending on the same user code jars.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)