1
0

[HUDI-2891] Fix write configs for Java engine in Kafka Connect Sink (#4161)

This commit is contained in:
Y Ethan Guo
2021-11-30 06:45:50 -08:00
committed by GitHub
parent a398aad1fc
commit ea009b55a3
4 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,6 @@
"topics": "hudi-test-topic",
"hoodie.table.name": "hudi-test-topic",
"hoodie.table.type": "MERGE_ON_READ",
"hoodie.metadata.enable": "false",
"hoodie.base.path": "file:///tmp/hoodie/hudi-test-topic",
"hoodie.datasource.write.recordkey.field": "volume",
"hoodie.datasource.write.partitionpath.field": "date",