You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/03 12:08:26 UTC

[GitHub] [hudi] mingujotemp edited a comment on issue #764: Hoodie 0.4.7: Error upserting bucketType UPDATE for partition #, No value present

mingujotemp edited a comment on issue #764:
URL: https://github.com/apache/hudi/issues/764#issuecomment-667986820


   Here's my config
   ```
   hudi_options = {
     'hoodie.table.name': tableName,
     'hoodie.datasource.write.recordkey.field': 'id',
   #   'hoodie.index.class': '',
     'hoodie.index.type': 'GLOBAL_BLOOM',
     'hoodie.datasource.write.partitionpath.field': 'partition_test',
   #   'hoodie.datasource.write.partitionpath.field': '',
   #   'hoodie.datasource.write.keygenerator.class': 'org.apache.hudi.NonpartitionedKeyGenerator',
     'hoodie.datasource.write.table.name': tableName,
     'hoodie.datasource.write.operation': 'upsert',
     'hoodie.datasource.write.precombine.field': 'updated_at',
     'hoodie.upsert.shuffle.parallelism': 2, 
     'hoodie.insert.shuffle.parallelism': 2,
     'hoodie.bulkinsert.shuffle.parallelism': 10,
     'hoodie.datasource.hive_sync.database': 'raw_staging',
     'hoodie.datasource.hive_sync.table': tableName,
     'hoodie.datasource.hive_sync.enable': 'true',
     'hoodie.datasource.hive_sync.assume_date_partitioning': 'false',
   #   'hoodie.datasource.hive_sync.partition_extractor_class': 'org.apache.hudi.hive.NonPartitionedExtractor',
     'hoodie.datasource.hive_sync.partition_fields': 'partition_test',
     'hoodie.combine.before.insert': 'true',
     'hoodie.combine.before.upsert': 'true',
     'hoodie.consistency.check.enabled': 'true',
     'hoodie.bloom.index.update.partition.path': '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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org