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

Extend JobSubmitHandler to accept jar files

    XMLWordPrintableJSON

Details

    Description

      The job submission through the CLI first uploads all require jars to the blob server, sets the blob keys in the jobgraph, and then uploads this graph to The JobSubmitHandler which submits it to the Dispatcher.

      This process has the downside that it requires jars to be uploaded to the blobserver before submitting the job graph, which does not happen via REST.

      I propose an extension to the the JobSubmitHandler to also accept an optional list of jar files, that were previously uploaded through the JarUploadHandler. If present, the handler would upload these jars to the blobserver and set the blob keys.

      Attachments

        Issue Links

          Activity

            People

              chesnay Chesnay Schepler
              chesnay Chesnay Schepler
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: