lvyanquan commented on code in PR #3643: URL: https://github.com/apache/flink-cdc/pull/3643#discussion_r2015809450
########## docs/content/docs/deployment/yarn.md: ########## @@ -150,4 +149,19 @@ Job Description: Sync MySQL Database to Doris You can find a job named `Sync MySQL Database to Doris` running through Flink Web UI. -Please note that submitting to application mode cluster and per-job mode cluster are not supported for now. +# Yarn Application Mode +The Yarn Application mode is the recommended approach for running Flink jobs on a Yarn cluster. It offers more flexible resource management and allocation, enabling better utilization of cluster resources. + +To submit a job to a Flink Yarn Application cluster using the CLI: +```bash +cd /path/flink-cdc-* +./bin/flink-cdc.sh -t yarn-application -Dexecution.checkpointing.interval=2min mysql-to-doris.yaml Review Comment: Could you add one more example to guide user to start with SavePoint too? as it's a common demand from community. -- 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]
