You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "aswin-mp (via GitHub)" <gi...@apache.org> on 2023/02/22 15:08:42 UTC

[GitHub] [hudi] aswin-mp commented on issue #8009: [SUPPORT Hive Sync error : Could not sync using the meta sync class org.apache.hudi.hive.HiveSyncTool]

aswin-mp commented on issue #8009:
URL: https://github.com/apache/hudi/issues/8009#issuecomment-1440223347

   Hi @yihua. I have added the above mentioned property. Still the issue persists, but the error is a different one. 
   
   Caused by: org.apache.hudi.exception.HoodieException: Unable to instantiate class org.apache.hudi.hive.HiveSyncTool
   	at org.apache.hudi.common.util.ReflectionUtils.loadClass(ReflectionUtils.java:91)
   	at org.apache.hudi.sync.common.util.SyncUtilHelpers.instantiateMetaSyncTool(SyncUtilHelpers.java:78)
   	at org.apache.hudi.sync.common.util.SyncUtilHelpers.runHoodieMetaSync(SyncUtilHelpers.java:59)
   	... 67 more
   
   Caused by: org.apache.hudi.hive.HoodieHiveSyncException: Got runtime exception when hive syncing
   	at org.apache.hudi.hive.HiveSyncTool.initClient(HiveSyncTool.java:100)
   	at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:89)
   	at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:80)
   	... 74 more
   
   Caused by: org.apache.hudi.exception.HoodieException: Unable to load class	at org.apache.hudi.common.util.ReflectionUtils.getClass(ReflectionUtils.java:57)	at org.apache.hudi.common.util.ReflectionUtils.loadClass(ReflectionUtils.java:66)	at org.apache.hudi.hive.AbstractHiveSyncHoodieClient.<init>(AbstractHiveSyncHoodieClient.java:55)	at org.apache.hudi.hive.HoodieHiveClient.<init>(HoodieHiveClient.java:64)	at org.apache.hudi.hive.HiveSyncTool.initClient(HiveSyncTool.java:95)	... 76 more
   --
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org