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 2022/07/18 05:54:30 UTC

[GitHub] [hudi] satishmalladi-m commented on issue #6107: [SUPPORT] RO table did not get updated while RT table did

satishmalladi-m commented on issue #6107:
URL: https://github.com/apache/hudi/issues/6107#issuecomment-1186795668

   please find below configuration which we are using currently
   
   hudi_options = {
              'hoodie.datasource.write.table.type': self._write_table_type,
              'hoodie.table.name': self._table_name,
              'hoodie.datasource.write.recordkey.field': self._record_key,
              'hoodie.datasource.write.partitionpath.field': self._partition_field,
              'hoodie.datasource.write.precombine.field': self._combine_key,
              'hoodie.datasource.write.keygenerator.class': 'org.apache.hudi.keygen.ComplexKeyGenerator',
              'hoodie.parquet.max.file.size': "20971520",
              'hoodie.datasource.hive_sync.enable': 'true',
              'hoodie.datasource.hive_sync.table': self._table_name.lower(),
              'hoodie.datasource.hive_sync.partition_fields': self._partition_field,
              'hoodie.datasource.hive_sync.partition_extractor_class': 'org.apache.hudi.hive.MultiPartKeysValueExtractor',
              'hoodie.datasource.hive_sync.database': self._hive_database.lower(),
              'hoodie.datasource.write.hive_style_partitioning': 'true',
              'hoodie.datasource.hive_sync.mode': 'hms',
              'hoodie.datasource.hive_sync.support_timestamp': '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.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

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