hudi-bot opened a new issue, #15430:
URL: https://github.com/apache/hudi/issues/15430

   I used to run HiveSyncTool direclty as spark job to trigger hive sync and I 
use hudi-utilities bundle for it. this used to work with 0.11 hudi jars. but 
with 0.13-snapshot, it fails. I use hms based sync. 
   
    
   
   sample job configs used:
   {code:java}
   arguments:
     - --database
     - test_db
     - --table
     - catalog_sales
     - --base-path
     - [TABLE_PATH]
     - --user
     - dbuser
     - --pass
     - dbuser
     - --metastore-uris
     - 'thrift://metastore123:9083'
     - --sync-mode
     - hms
     - --partitioned-by
     - cs_sold_date_sk
     - --partition-value-extractor
     - org.apache.hudi.hive.MultiPartKeysValueExtractor {code}
   Same exact configs works with 0.11 utilities bundle. 
   
    
   
    
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-4847
   - Type: Bug


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