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, since it's just equivalent to `yarn-cluster` mode (1) `Generic CLI` mode you said does not support, because the mode is just supported from flink 1.10. `Attention`: `yarn-per-job` in `Generic CLI` mode is is just equivalent to `yarn-cluster` mode. We will consider to support `Generic CLI` mode in future. (2) You can specific the following options in `Option parameters`: ``` -d,--detached -p,--parallelism -s,--fromSavepoint --allowNonRestoredState ``` (3) We also have added `-p,--parallelism` as a new parameter Input in #4937 ---------------------------------------------------------------- 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]
