paul8263 commented on code in PR #9577: URL: https://github.com/apache/dolphinscheduler/pull/9577#discussion_r855032537
########## docs/docs/en/guide/task/flink.md: ########## @@ -24,7 +24,7 @@ Flink task type for executing Flink programs. For Flink nodes, the worker submit - **Program type**: Supports Java, Scala and Python. - **The class of main function**: The **full path** of Main Class, the entry point of the Flink program. - **Main jar package**: The jar package of the Flink program (upload by Resource Center). -- **Deployment mode**: Support 2 deployment modes: cluster and local. +- **Deployment mode**: Support 3 deployment modes: cluster, local and application. Review Comment: Er.. The only difference is the run command. Should I add some explaination for those 3 modes or simply add a reference link to Flink official website? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
