daiviy opened a new issue, #4228: URL: https://github.com/apache/streampark/issues/4228
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### Java Version _No response_ ### Scala Version 2.12.x ### StreamPark Version 2.1.2 ### Flink Version 1.18.0 ### Deploy mode None ### What happened 使用streampark提交flink cdc任务,命令行形式可以提交成功,使用streampark报错,flink cdc jar包放在flink_homede lib目录下 ### Error Exception ```log Caused by: org.apache.flink.table.api.ValidationException: Cannot discover a connector using option: 'connector'='mysql-cdc' at org.apache.flink.table.factories.FactoryUtil.enrichNoMatchingConnectorError(FactoryUtil.java:798) at org.apache.flink.table.factories.FactoryUtil.discoverTableFactory(FactoryUtil.java:772) at org.apache.flink.table.factories.FactoryUtil.createDynamicTableSource(FactoryUtil.java:215) ... 58 more Caused by: org.apache.flink.table.api.ValidationException: Could not find any factory for identifier 'mysql-cdc' that implements 'org.apache.flink.table.factories.DynamicTableFactory' in the classpath. Available factory identifiers are: ads-filestream ads-filestream-v2 ads-tkio-filestream blackhole datagen file2rds file2rds-v2 file2rds-v3 filesystem hbase-2.2.1 jdbc kafka paimon print redshift scanner starrocks starrocks-v2 upsert-kafka ``` ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?) ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
