Open datagic opened 1 year ago
Please provide the Click House environment?
Please provide the Click House environment?
clickhouse ver: 21.8.4.51
I can execute it through the earlier version of waterdrop-1.5.0,However, the above error reports were encountered in Seatunnel-2.3.0.
Please provide the Click House environment?
clickhouse ver: 21.8.4.51
I can execute it through the earlier version of waterdrop-1.5.0,However, the above error reports were encountered in Seatunnel-2.3.0.
Unfortunately, I did not reproduce the problem described in multiple tests with hadoop HA and non-HA clusters
I have the same problem
I have the same problem too
I have the same problem too
Please provide the Click House environment?
clickhouse ver: 21.8.4.51 I can execute it through the earlier version of waterdrop-1.5.0,However, the above error reports were encountered in Seatunnel-2.3.0.
Unfortunately, I did not reproduce the problem described in multiple tests with hadoop HA and non-HA clusters
I have the same problem too.This is my config file: `env { execution.parallelism = 1 job.mode = "BATCH" checkpoint.interval = 10000 }
source { FakeSource { parallelism = 1 result_table_name = "fake" row.num = 1 schema = { fields { id = "int" a = "string" b = "string" } } } }
sink { Clickhouse { source_table_name = "fake" host = "192.168.1.110:8123" database = "test_seatunnel" table = "table_a" username = "default" password = "" } }`
But I succeeded twice and failed once with same ClickHouse Database and ClickHouse Driver. The one success was on my own macbook pro with seatunnel 2.3.3+jdk 1.8.0_321. And the other was also using seatunnel 2.3.3+jdk 11.0.21 on my own macbook pro The one failure was on centos 7 with seatunnel 2.3.3+jdk 11.0.21.
So I'm guessing it's the OS env? That's a bad guess.
I solved the problem: typed a zip archive of seatunnel from my own computer, transferred it to the machine that was reporting the error, and ran it again and it worked. But I still don't know what's causing it. Both downloads of seatunnel are version 2.3.3 and the MD5 is the same when compared.
I solved the problem: typed a zip archive of seatunnel from my own computer, transferred it to the machine that was reporting the error, and ran it again and it worked. But I still don't know what's causing it. Both downloads of seatunnel are version 2.3.3 and the MD5 is the same when compared.
Please provide complete diary?
解决了吗
I have the same problem
I have the same problem
I have the same problem
I have the same problem
Search before asking
What happened
Synchronizing the hdfs data to the clickhouse has been difficult and has never been successful so far.
SeaTunnel Version
seatunnel ver: 2.3.0 clickhouse ver: 21.8.4.51
SeaTunnel Config
Running Command
Error Exception
Flink or Spark Version
Not used
Java or Scala Version
jdk 1.8
Screenshots
No response
Are you willing to submit PR?
Code of Conduct