Open NhatDuy11 opened 11 months ago
Unfortunately, it looks like there's not enough info here really understand what's going on. If you see new data and metadata files (e.g. they were created by KC and not prior to starting the sink) then we know that the data access portion is working. I would suspect that either the sink is unable to update hive (repointing the table metadata location) or the sink is stopping before the commit interval. I don't see any snapshots in the metadata file, so I don't believe any data has been committed.
I think you'll need to look more closely at the logs and see if you can find an error.
Please try with configurations in json file
"value.converter.schemas.enable": "true", "schemas.enable": "true",
@thanhnv0901 Your idea is very good, and I have successfully fixed the error, thank you very much
Vào Th 5, 21 thg 12, 2023 lúc 11:26 thanhnv0901 @.***> đã viết:
Please try with configurations in json file "value.converter.schemas.enable": "true", "schemas.enable": "true",
— Reply to this email directly, view it on GitHub https://github.com/tabular-io/iceberg-kafka-connect/issues/173#issuecomment-1865457994, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVVOWUH2EAAH4PE5WXANOOLYKO27JAVCNFSM6AAAAABA4OARISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRVGQ2TOOJZGQ . You are receiving this because you authored the thread.Message ID: @.***>
Getting below error when migrating the data from MSK to Iceberg in upsert mode.
Equality field ids shouldn't be null or empty when creating equality-delete writer.
Hello, I have sink a topic in kafka to the MINIO S3 area, in Object Storage there are metadata and data files, I use other tools to query the iceberg table but they have no data inside the table.
I am using iceberg-kafka-connect-runtime-hive-0.6.5
This is the config I'm using:
Full stack trace:
The metadata file is under the s3 MINIO area:
I use other tools to query the iceberg table but they have no data inside the table:
Thank you everyone for looking at my article, do you have any ideas on how to fix this error? Please let me know. Thank you very much !