bvaradar commented on issue #2588:
URL: https://github.com/apache/hudi/issues/2588#issuecomment-810682199


   Hive Syncing through Hudi works fine in AWS production setup (non EMR) 
without any issues. Here is an example config through DeltaStreamer.
   
   --hoodie-conf hoodie.datasource.hive_sync.database=<db> --hoodie-conf 
hoodie.datasource.hive_sync.enable=true --hoodie-conf 
hoodie.datasource.hive_sync.jdbcurl=jdbc:hive2://hiveserver:10000 --hoodie-conf 
hoodie.datasource.hive_sync.partition_extractor_class=org.apache.hudi.hive.MultiPartKeysValueExtractor
 --hoodie-conf hoodie.datasource.hive_sync.partition_fields=<partion_fields> 
--hoodie-conf hoodie.datasource.hive_sync.table=<table_name>
   
   


-- 
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:
us...@infra.apache.org


Reply via email to