apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.09k stars 1.83k forks source link

What is the seatunnel version corresponding to seatunnel-web 1.0.1? I use seatunnel 2.3.5 version and report an error when configuring mysql-cdc in seatunnel-web. #7120

Open yflytom opened 4 months ago

yflytom commented 4 months ago

Search before asking

Description

seatunnel-web 1.0.1对应的seatunnel 版本是多少,我使用seatunnel 2.3.5版本,在seatunnel-web配置mysql-cdc报错 What is the seatunnel version corresponding to seatunnel-web 1.0.1? I use seatunnel 2.3.5 version and report an error when configuring mysql-cdc in seatunnel-web.

java.lang.NoClassDefFoundError: org/apache/seatunnel/api/sink/SchemaSaveMode

我将seatunnel-api-2.3.3.jar 替换为seatunnel-api-2.3.5.jar 后,不再报这个错误,但是在页面配置时又报错: After I replaced seatunnel-api-2.3.3.jar with seatunnel-api-2.3.5.jar, this error was no longer reported, but the error was reported again during page configuration:

java.lang.NoSuchMethodError: org.apache.seatunnel.api.table.catalog.DataTypeConvertor.toSeaTunnelType(Ljava/lang/String;)Lorg/apache/seatunnel/api/table/type/SeaTunnelDataType;

所以到底应该怎么配置,web的文档也没有最新的1.0.1的:https://seatunnel.apache.org/zh-CN/seatunnel_web/1.0.0/about, 如果没有web界面,seatunnel使用起来还是比较麻烦的,所以这个问题应该怎么处理

So how should it be configured? The web document does not have the latest 1.0.1: https://seatunnel.apache.org/zh-CN/seatunnel_web/1.0.0/about, If there is no web interface, seatunnel is still troublesome to use, so how should this problem be solved?

Usage Scenario

seatunnel-web 1.0.1 config mysql-cdc

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.