mzheng-plaid commented on issue #9934:
URL: https://github.com/apache/hudi/issues/9934#issuecomment-1791751860

   Sorry, we also have some other Hudi options set as well that I missed, the 
important points are the metadata table is disabled and Hive sync is enabled.
   
   ```
               "hoodie.table.name": self.name,
               "hoodie.datasource.write.table.name": self.name,
               "hoodie.datasource.write.operation": "upsert",
               "hoodie.datasource.write.table.type": "MERGE_ON_READ",
               "hoodie.datasource.write.partitionpath.field": "dt:SIMPLE",
               "hoodie.datasource.write.recordkey.field": "id.value",
               "hoodie.datasource.write.precombine.field": "ts",
               "hoodie.datasource.write.keygenerator.class": 
"org.apache.hudi.keygen.CustomKeyGenerator",
               "hoodie.datasource.write.hive_style_partitioning": "true",
               # We disable the metadata table
               "hoodie.metadata.enable": "false",
               # We disable the bootstrap index because the table is not 
bootstrapped
               "hoodie.bootstrap.index.enable": "false",
               "hoodie.index.type": "BLOOM",
               # Hive sync is enabled
               "hoodie.datasource.hive_sync.enable": "true",         
   ```


-- 
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]

Reply via email to