Closed yunfeng79 closed 1 year 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.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
apache-seatunnel-incubating-2.3.1 spark-2.4.5
env {
You can set SeaTunnel environment configuration here
execution.parallelism = 2 job.mode = "BATCH" checkpoint.interval = 10000
execution.checkpoint.interval = 10000
execution.checkpoint.data-uri = "hdfs://dc-01:8020/flink-checkpoints"
}
source {
MySQL-CDC { base-url = "jdbc:mysql://192.168.1.39:3306/testdb" parallelism = 1 server-id = 7 user = "dev" password = "dev" query = "select id,
name
,age from user1" table-name = ["testdb.user1"] result_table_name = "res011" }}
sink { Doris { fenodes = "192.168.1.231:8030" username = dev password = "dev" table.identifier = "test.user2" sink.enable-2pc = "true" sink.label-prefix = "user2_1" doris.config = { format = "csv" column_separator = "," } } }
SeaTunnel Version
apache-seatunnel-incubating-2.3.1
SeaTunnel Config
Running Command
Error Exception
Flink or Spark Version
spark 2.4.5
Java or Scala Version
1.8.0_261
Screenshots
No response
Are you willing to submit PR?
Code of Conduct