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


   I verified by running deltastreamer using docker demo :
   
   The below command ran fine without any issue and I was able to check table 
registered successfully. 
   
   But, it is good to fix it. THis is not a blocker for release though. 
   
   root@adhoc-2:/opt# spark-submit --class 
org.apache.hudi.utilities.deltastreamer.HoodieDeltaStreamer 
$HUDI_UTILITIES_BUNDLE --table-type COPY_ON_WRITE --source-class 
org.apache.hudi.utilities.sources.JsonKafkaSource --source-ordering-field ts  
--target-base-path /user/hive/warehouse/stock_ticks_cow2 --target-table 
stock_ticks_cow --props /var/demo/config/kafka-source.properties 
--schemaprovider-class org.apache.hudi.utilities.schema.FilebasedSchemaProvider 
--enable-sync --hoodie-conf hoodie.datasource.hive_sync.table=dumm2 
--hoodie-conf hoodie.datasource.hive_sync.use_jdbc=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=yr,month,day


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