We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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。我的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后台该作业会显示在运行,而且数据会有同步到Doris。
应该是Dink提交作业的时候识别出现了BUG
第一步:注册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
每次
1.2.0
The text was updated successfully, but these errors were encountered:
Hello @xiongshengxiao, this issue is about web, so I assign it to @Zzm0809. If you have any questions, you can comment and reply.
你好 @xiongshengxiao, 这个 issue 是关于 web 的,所以我把它分配给了 @Zzm0809。如有任何问题,可以评论回复。
Sorry, something went wrong.
Zzm0809
No branches or pull requests
Search before asking
What happened
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。我的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后台该作业会显示在运行,而且数据会有同步到Doris。
What you expected to happen
应该是Dink提交作业的时候识别出现了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: