WuJiY commented on issue #5801:
URL: https://github.com/apache/seatunnel/issues/5801#issuecomment-1987660441
同样 我也是**dev**版本 iceberg -> clickhouse 报错
`env {
job.mode="BATCH"
parallelism=1
}
source {
Iceberg {
schema {
fields {
age = "int"
name = "string"
email = "string"
}
}
catalog_name = "iceberg"
iceberg.catalog.config={
type = "hadoop"
warehouse = "hdfs://master/iceberg/"
}
namespace = "db"
table = "my_table"
}
}
sink {
Clickhouse {
host="localhost:8123"
database="st"
table="iceberg"
username="default"
password="123456"
allowExperimentalLightweightDelete=true
}
}
`
报错信息
` Exception in thread "main" java.util.ServiceConfigurationError:
org.apache.seatunnel.api.sink.SeaTunnelSink: Provider
org.apache.seatunnel.connectors.seatunnel.iceberg.sink.IcebergSink could not be
instantiated`
另外
pg->clickhouse 正常
iceberg->pg也是正常
--
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]