Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties


Status

Current state"Under Discussion"

Discussion thread

...

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyFLINK-13713

...

Release1.10


In the early days of Flink, the Program interface was the only way to submit a job.
The user code should implement this interface and return the Plan of the job to Flink.

...

branches in the PackagedProgram  class

2. the program and   and plan fields   fields in the same class

3. all the code in the project that is executed when the PackagedProgram.isUsingProgramEntryPoint() is true

...