selvarajperiyasamy commented on issue #1679:
URL: https://github.com/apache/hudi/issues/1679#issuecomment-636416771


   I have already used below setting and error is still the same as mentioned 
in the ticket.
   
   option(HIVE_SYNC_ENABLED_OPT_KEY,true).     
option(HIVE_URL_OPT_KEY,"jdbc:hive2://server1.visa.com:2181,server2.visa.com:2181,server3.visa.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2").
          option(HIVE_DATABASE_OPT_KEY,"cdp_reporting").
           option(HIVE_TABLE_OPT_KEY,"trr").
           
option(HIVE_PARTITION_FIELDS_OPT_KEY,"transaction_day,transaction_hour").     
option(HIVE_PARTITION_EXTRACTOR_CLASS_OPT_KEY,classOf[MultiPartKeysValueExtractor].getName).
           option("hoodie.datasource.hive_sync.use_jdbc", "false").
   


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