chengshiwen edited a comment on issue #4924: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4924#issuecomment-788672813
@syb853553110 `yarn-per-job` mode is supported in Flink task. (1) `Generic CLI` mode you said does not support, because the mode is supported from flink 1.10. `Attention`: `yarn-per-job` in `Generic CLI` mode is still replaced with `yarn-cluster` mode which is just equivalent to `yarn-per-job` mode (2) You can specific the following options in `Option parameters`: ``` -d,--detached -p,--parallelism -s,--fromSavepoint --allowNonRestoredState ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
