ingridymartinss commented on issue #9518:
URL: https://github.com/apache/hudi/issues/9518#issuecomment-1697483791

   Hello @ad1happy2go! Yes, my table does not have any partition column. 
Unfortunatelly I dont have the hoodie timeline anymore, but we have a class 
with some default configurations:
   
   ```
       hoodie_datasource_write_operation: Option[String] = "upsert",
       hoodie_bulkinsert_shuffle_parallelism: Option[String] = None,
       hoodie_upsert_shuffle_parallelism: Option[String] = None,
       hoodie_datasource_write_partitionpath_field: Option[String] = None,
       hoodie_parquet_small_file_limit: String = "629145600",
       hoodie_parquet_max_file_size: String = "1073741824",
       hoodie_parquet_block_size: String = "629145600",
       hoodie_copyonwrite_record_size_estimate: String = "1024",
       hoodie_datasource_write_precombine_field: String = "deduplicationColumn",
       hoodie_datasource_write_recordkey_field: String = "columnPK",
       hoodie_datasource_write_keygenerator_class: String = 
"org.apache.hudi.keygen.SimpleKeyGenerator",
       hoodie_datasource_write_table_name: String = "tableName",
       hoodie_datasource_hivesync_table: String = false,
       hoodie_datasource_hivesync_database: String = false,
       hoodie_datasource_hivesync_enable: String = false,
       hoodie_datasource_hivesync_partitionextractorclass: String = 
"org.apache.hudi.hive.MultiPartKeysValueExtractor",
       hoodie_datasource_hivesync_partitionfields: Option[String] = None,
       hoodie_datasource_hivesync_jdbcurl: String = 
s"jdbc:hive2://${hiveUrl}:{port}",
       hoodie_datasource_write_hivestylepartitioning: String = "false",
       hoodie_datasource_write_row_writer_enable: Option[String] = false,
       hoodie_datasource_hivesync_supporttimestamp: String = "true",
       hoodie_clean_async: String = "true",
       hoodie_cleaner_commits_retained: String = "36",
       hoodie_keep_min_commits: String = "37",
       hoodie_keep_max_commits: String = "38",
       hoodie_fail_on_timeline_archiving: String = "false",
       hoodie_datasource_hivesync_autocreatedatabase: String = "true",
       hoodie_bulkinsert_sort_mode: String = "GLOBAL_SORT",
       hoodie_datasource_hivesync_mode: String = "hms"
   ```


-- 
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]

Reply via email to