[Bug] 1.2.0-RC5:flink jar 任务 cdc 同步到 doris :java.lang.RuntimeException: java.lang.RuntimeException: Yarn application state is not running, please check yarn cluster status. Web URL is: http://192.168.10.21:36175 , Log content: null。 #4056
Labels
Search before asking
What happened
我的Flink版本是1.20.0,dinky是1.20-rc5版本,在执行FlinkCDC的时候会出现:java.lang.RuntimeException: java.lang.RuntimeException: Yarn application state is not running, please check yarn cluster status. Web URL is: http://192.168.10.21:36175 , Log content: null。但实际在YARN的时候有看到作业提交,而且有时候会执行作业-YARN后台页面显示该作业有在Running,而且数据有进行同步和变更到Doris。
What you expected to happen
Dinky1.2.0-rc5的BUG
How to reproduce
第一步:注册YARN Application集群模式;第二步:上传flink-doris-connector-1.20-24.0.1.jar、flink-sql-connector-mysql-cdc-3.2.1.jar等相关依赖包;第三步:创建Flink Jar作业,右边表单选择jar路径、main-class:org.apache.doris.flink.tools.cdc.CdcTools以及args填写:mysql-sync-database --database app_db --mysql-conf hostname=192.168.10.21 --mysql-conf port=3306 --mysql-conf username=root --mysql-conf password=yixiao666 --mysql-conf database-name=app_db --mysql-conf server-time-zone=Asia/Shanghai --including-tables “order.*“ --sink-conf fenodes=192.168.10.21:18030 --sink-conf username=root --sink-conf password=yixiao666 --sink-conf jdbc-url=jdbc:mysql://192.168.10.21:9030 --sink-conf sink.label-prefix=label-3 --table-conf replication_num=1
Anything else
每次
Version
1.2.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: