rubenssoto opened a new issue #3143:
URL: https://github.com/apache/hudi/issues/3143


   Hello Guys,
   
   I'm trying to run a simples spark query on a Hudi dataset but took a long to 
finished and I realized that exist very skew partitions, but I didnt understand 
why.
   
   The table has 50gb
   Spark 3.0.1
   Emr 6.1
   Hudi 0.8
   
   Cluster
   16 r4.xlarge machines
   
   Hudi options to create the table
   
   'hoodie.table.name': self.table_name,
                 'hoodie.datasource.write.recordkey.field': "request_id,poc_id",
                 'hoodie.datasource.write.table.name': self.table_name,
                 'hoodie.datasource.write.operation': 'bulk_insert',
                 'hoodie.bulkinsert.shuffle.parallelism': 
self.bulk_insert_shuffle_parallelism,
                 'hoodie.datasource.hive_sync.enable': self.hive_sync_enabled,
                 'hoodie.datasource.hive_sync.database': 
self.hive_database_name,
                 'hoodie.datasource.hive_sync.jdbcurl': 
f'jdbc:hive2://{self.hive_jdbc_url}:10000',
                 'hoodie.datasource.hive_sync.table': self.table_name,
                 'hoodie.datasource.hive_sync.partition_extractor_class': 
'org.apache.hudi.hive.NonPartitionedExtractor',
                 'hoodie.datasource.hive_sync.support_timestamp': 'true',
                 'hoodie.datasource.write.keygenerator.class': 
'org.apache.hudi.keygen.NonpartitionedKeyGenerator',
                 'hoodie.datasource.write.row.writer.enable': 'false',
                 'hoodie.parquet.small.file.limit': 536870912,
                 'hoodie.parquet.max.file.size': 1073741824,
                 'hoodie.parquet.block.size': 536870912
   
   <img width="1677" alt="Captura de Tela 2021-06-23 às 16 21 01" 
src="https://user-images.githubusercontent.com/36298331/123156068-3f012580-d43f-11eb-81b1-6993b03b86a7.png";>
   
   
   Could you help me? 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to