Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-2760

Avoid uploading of already existing jars from the JobClient

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              trohrmann Till Rohrmann
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: