michael1991 commented on issue #10609:
URL: https://github.com/apache/hudi/issues/10609#issuecomment-1968547164
> @michael1991 the above one is `hoodie.properties` and @ad1happy2go is
asking for the table properties you used during table creation. thanks
Thanks for reminding, i'm using Dataproc 2.1 with Spark 3.3.2 and Hudi
0.14.1.
Do you mean following configurations:
COMMON_HUDI_CONF_MAP = {
"hoodie.database.name": "dxx_prod",
"hoodie.table.name": "hudi_test_0141",
"hoodie.datasource.write.recordkey.field": "pk",
"hoodie.datasource.write.precombine.field": "pk",
"hoodie.metadata.enable": "true",
"hoodie.metadata.record.index.enable": "true",
"hoodie.index.type": "RECORD_INDEX",
"hoodie.schema.on.read.enable": "true",
"hoodie.combine.before.upsert": "false",
"hoodie.datasource.write.partitionpath.field": "req_date,req_hour",
"hoodie.datasource.write.operation": "upsert",
"hoodie.datasource.write.table.type": "MERGE_ON_READ",
"hoodie.clean.automatic": "true",
"hoodie.clean.async": "true",
"hoodie.parquet.compression.codec": "snappy"
}
--
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]