rubenssoto opened a new issue #4170: URL: https://github.com/apache/hudi/issues/4170
Hello Everyone, Im testing Apache Hudi clustering Behavior, my idea is to create files between 800mb and 1024mb, but clustering are creating files smaller than that. <img width="1486" alt="Captura de Tela 2021-11-30 às 21 23 17" src="https://user-images.githubusercontent.com/36298331/144155530-586375d5-f942-42f3-848c-e8e18da46a1f.png"> My Hudi Options: hudi_options = { 'hoodie.table.name': 'amazon_reviews_hudi', 'hoodie.datasource.write.recordkey.field': 'review_id', 'hoodie.datasource.write.precombine.field': 'review_id', 'hoodie.datasource.write.table.name': 'amazon_reviews_hudi', 'hoodie.datasource.write.operation': 'bulk_insert', 'hoodie.datasource.write.keygenerator.class': 'org.apache.hudi.keygen.NonpartitionedKeyGenerator', 'hoodie.parquet.small.file.limit': '805306368', 'hoodie.parquet.max.file.limit': '1073741824', 'hoodie.parquet.block.size': '805306368', 'hoodie.metadata.enable': 'true', "hoodie.bulk_insert.shuffle.parallelism": "30", "hoodie.clustering.inline": "true", "hoodie.clustering.inline.max.commits": "1", "hoodie.clustering.plan.strategy.sort.columns": "review_date,star_rating", "hoodie.clustering.plan.strategy.target.file.max.bytes": "1073741824", "hoodie.clustering.plan.strategy.small.file.limit": "805306368" } Hudi Version: Latest Master Dataset: s3://amazon-reviews-pds/parquet/ Thank you -- 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]
