rubenssoto commented on issue #2461:
URL: https://github.com/apache/hudi/issues/2461#issuecomment-763159279


   Hello, how are you?
   
   With Hudi, is not necessary to run glue crawlers, Hudi could sync direct to 
Glue
   
   
   'hoodie.datasource.write.hive_style_partitioning': 'true',
     'hoodie.datasource.hive_sync.enable': 'true',
     'hoodie.datasource.hive_sync.database': 'true',
     'hoodie.datasource.hive_sync.table': tableName,
     'hoodie.datasource.hive_sync.database': 'raw_courier_api',
     'hoodie.datasource.hive_sync.partition_fields': 'created_date_brt',
     'hoodie.datasource.hive_sync.partition_extractor_class': 
'org.apache.hudi.hive.MultiPartKeysValueExtractor',
     'hoodie.datasource.hive_sync.jdbcurl': 'jdbc:hive2://localhost:10000'
   
   For example, with these options, Hudi creates my table and add my 
partitions, in localhost you have to put your Hive server.


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