robertchinezon commented on issue #11918:
URL: https://github.com/apache/hudi/issues/11918#issuecomment-2344398616

   @ad1happy2go 
   
[timeline.txt](https://github.com/user-attachments/files/16967490/timeline.txt)
   
   Note: any unquoted value is just a name that is not relevant
   
   ```
   "hoodie.table.name": table_name,
   "hoodie.datasource.write.table.type": table_type,
   "hoodie.bloom.index.use.metadata": "true",
   "hoodie.datasource.write.operation": method,
   "hoodie.datasource.write.recordkey.field": record_id,
   "hoodie.datasource.write.precombine.field": precomb_key,
   "hoodie.datasource.write.schema.allow.auto.evolution.column.drop": "false",
   "hoodie.datasource.write.reconcile.schema": "true",
   "hoodie.datasource.write.payload.class": 
"org.apache.hudi.common.model.DefaultHoodieRecordPayload",
   "hoodie.index.type": "BLOOM",
   "hoodie.parquet.compression.codec": "gzip",
   "hoodie.datasource.hive_sync.enable": "true",
   "hoodie.datasource.hive_sync.database": glue_database,
   "hoodie.datasource.hive_sync.table": table_name,
   "hoodie.datasource.hive_sync.partition_extractor_class": 
"org.apache.hudi.hive.MultiPartKeysValueExtractor",
   "hoodie.datasource.hive_sync.use_jdbc": "false",
   "hoodie.datasource.hive_sync.mode": "hms",
   "hoodie.clean.automatic": "true",
   "hoodie.clean.async": "false",
   "hoodie.cleaner.policy": "KEEP_LATEST_FILE_VERSIONS",
   "hoodie.cleaner.fileversions.retained": "3",
   "hoodie.cleaner.commits.retained": "5",
   "hoodie.datasource.write.keygenerator.class": 
"org.apache.hudi.keygen.ComplexKeyGenerator",
   "hoodie.datasource.write.partitionpath.field": partition_a,
   "hoodie.datasource.hive_sync.partition_fields": partition_a,
   "hoodie.datasource.write.hive_style_partitioning": "true",
   "hoodie.parquet.max.file.size": f"{512 * 1024 * 1024}",  # 512MB
   "hoodie.parquet.small.file.limit": "104857600",  # 100MB
   "hoodie.metadata.record.index.enable": "false",
   "hoodie.metadata.enable": "true",
   "hoodie.metadata.index.async": "false",
   "hoodie.metadata.index.column.stats.enable": "true",
   "hoodie.enable.data.skipping": "true",
   "hoodie.metadata.index.check.timeout.seconds": "900",
   "hoodie.write.concurrency.mode": "single_writer",
   "hoodie.markers.timeline_server_based.batch.interval_ms": "100",
   "hoodie.filesystem.view.remote.retry.enable": "true",
   "hoodie.record.index.update.partition.path": "true",
   "hoodie.metadata.record.index.min.filegroup.count": "10",
   ```
   
   Please let me know if there is anything else you would like me to provide


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