execution.attached |
false |
Boolean |
Specifies if the pipeline is submitted in attached or detached mode. |
execution.job-listeners |
(none) |
List<String> |
Custom JobListeners to be registered with the execution environment. The registered listeners cannot have constructors with arguments. |
execution.shutdown-on-attached-exit |
false |
Boolean |
If the job is submitted in attached mode, perform a best-effort cluster shutdown when the CLI is terminated abruptly, e.g., in response to a user interrupt, such as typing Ctrl + C. |
execution.target |
(none) |
String |
The deployment target for the execution. This can take one of the following values when calling bin/flink run :- remote
- local
- yarn-per-job
- yarn-session
- kubernetes-session
And one of the following values when calling bin/flink run-application :- yarn-application
- kubernetes-application
|