You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Eui Heo (Jira)" <ji...@apache.org> on 2021/09/23 16:31:00 UTC

[jira] [Created] (FLINK-24365) Support to make Flink job more programmatically controlled via CLI

Eui Heo created FLINK-24365:
-------------------------------

             Summary: Support to make Flink job more programmatically controlled via CLI
                 Key: FLINK-24365
                 URL: https://issues.apache.org/jira/browse/FLINK-24365
             Project: Flink
          Issue Type: New Feature
          Components: Client / Job Submission
            Reporter: Eui Heo


1. Support to specify job ID when submitting job via CLI

It would be nice if you could create a job with a given ID when submitting a job through the Flink CLI to make it easier to control the Flink job programically. Currently, you have to control your job by parsing the ID printed out after submitting the job. Of course, I know it is possible via REST API "/jars/:jarid/run", but I hope I can specify an ID when submitting a job via Flink CLI because API features are not enough compared to the CLI.

 

2. Print job ID first when submitting job in attached mode.

When submitting job without "–detached", the job ID is not printed out.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)