luky777 commented on issue #9844: URL: https://github.com/apache/hudi/issues/9844#issuecomment-1790392793
@ad1happy2go Issue with my setup was this config when saving to the Hudi table: "hoodie.datasource.hive_sync.sync_as_datasource": "false" Once I removed this line it worked. Here are my hoodie settings: # "className": "org.apache.hudi", # "hoodie.table.name": hudi_table_name, # "path": s3_path_hudi, # "hoodie.datasource.write.table.type": "MERGE_ON_READ", # "hoodie.datasource.write.operation": write_operation_type, # "hoodie.datasource.write.precombine.field": "timestamp", # "hoodie.datasource.write.recordkey.field": id_column, # "hoodie.datasource.write.hive_style_partitioning": "true", # "hoodie.datasource.hive_sync.enable": "true", # "hoodie.datasource.hive_sync.database": database_name, # "hoodie.datasource.hive_sync.table": hudi_table_name, # "hoodie.datasource.hive_sync.use_jdbc": "false", # "hoodie.datasource.hive_sync.partition_extractor_class": "org.apache.hudi.hive.MultiPartKeysValueExtractor", # "hoodie.compact.inline": "false", # "hoodie.compact.inline.max.delta.commits": 1, # "hoodie.compact.schedule.inline": "true", # "hoodie.parquet.small.file.limit": 104857600, # "hoodie.parquet.max.file.size": 125829120, # "hoodie.cleaner.policy": "KEEP_LATEST_FILE_VERSIONS" , # "hoodie.cleaner.fileversions.retained": 1 , # "hoodie.cleaner.parallelism": 200, # "hoodie.upsert.shuffle.parallelism": 200, # "hoodie.datasource.write.payload.class" : "org.apache.hudi.payload.AWSDmsAvroPayload", # "hoodie.datasource.write.transformer.class" :"org.apache.hudi.utilities.transform.AWSDmsTransformer", -- 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]
