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
I want to export 100 or 1000,000 datas,but actual export 200 or 2000,000,it will happens every 10-20 times
2.3.9
env { parallelism = 4 job.mode = "BATCH" checkpoint.interval = 100000 } source { Clickhouse { host = "192.168.0.22:8123" database = "default" sql = "select * from argus.test limit 100" username = "default" password = "xxx" clickhouse.config = { "socket_timeout": "300000" } } } sink { LocalFile { path = "/home/zhaohy/seatunnel/output/" file_format_type = "csv" field_delimiter = "," row_delimiter = "\n" } }
./bin/seatunnel.sh --config config/argus_clickhouse_2_csv_100.conf -m local
no error
zeta
1.8
No response
The text was updated successfully, but these errors were encountered:
try to set parallelism to 1
Sorry, something went wrong.
No branches or pull requests
Search before asking
What happened
I want to export 100 or 1000,000 datas,but actual export 200 or 2000,000,it will happens every 10-20 times
SeaTunnel Version
2.3.9
SeaTunnel Config
Running Command
./bin/seatunnel.sh --config config/argus_clickhouse_2_csv_100.conf -m local
Error Exception
Zeta or Flink or Spark Version
zeta
Java or Scala Version
1.8
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: