Wei-Che Wei created FLINK-22476: ----------------------------------- Summary: Extend the description of the config option `execution.target` Key: FLINK-22476 URL: https://issues.apache.org/jira/browse/FLINK-22476 Project: Flink Issue Type: Improvement Reporter: Wei-Che Wei
the current description for `execution.target` only lists `remote`, `local`, `yarn-per-job`, `yarn-session` and `kubernetes-session`. we should add `kubernetes-application` and `yarn-application` as well. https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/configuration/DeploymentOptions.java#L41-L46 -- This message was sent by Atlassian Jira (v8.3.4#803005)