Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-14392 Introduce JobClient API(FLIP-74)
  3. FLINK-14992

Add job submission listener to execution environments

    XMLWordPrintableJSON

Details

    Description

      We should add a way of registering listeners that are notified when a job is submitted for execution using an environment. This is useful for cases where a framework, for example the Zeppelin Notebook, creates an environment for the user, the user can submit jobs, but the framework needs a handle to the job in order to manage it.

      This can be as simple as

      interface JobSubmissionListener {
          void notify(JobClient jobClient)
      }
      

      with a method registerJobSubmissionListener(JobSubmissionListener) on the environments.

      Attachments

        Issue Links

          Activity

            People

              zjffdu Jeff Zhang
              aljoscha Aljoscha Krettek
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h