You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2023/01/02 08:30:31 UTC

[GitHub] [hudi] Armelabdelkbir commented on issue #7557: [SUPPORT]: org.apache.hudi.exception.HoodieException: Could not sync using the meta sync class org.apache.hudi.hive.HiveSyncTool

Armelabdelkbir commented on issue #7557:
URL: https://github.com/apache/hudi/issues/7557#issuecomment-1368738089

   @fengjian428 this is the rest of stack , as i said it works fine for a few months, but since few weeks my pipeline broken, and no changes on my cluster or spark code
   `
   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)
   	... 56 more
   Caused by: java.lang.reflect.InvocationTargetException
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   	at org.apache.hudi.common.util.ReflectionUtils.loadClass(ReflectionUtils.java:89)
   	... 58 more
   Caused by: java.lang.NoSuchMethodError: org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(Lorg/apache/hadoop/hive/conf/HiveConf;Lorg/apache/hadoop/hive/metastore/HiveMetaHookLoader;Ljava/util/Map;Ljava/lang/String;)Lorg/apache/hadoop/hive/metastore/IMetaStoreClient;
   	at org.apache.hadoop.hive.ql.metadata.Hive.createMetaStoreClient(Hive.java:3021)
   	at org.apache.hadoop.hive.ql.metadata.Hive.getMSC(Hive.java:3040)
   	at org.apache.hadoop.hive.ql.metadata.Hive.getAllDatabases(Hive.java:1234)
   	at org.apache.hadoop.hive.ql.metadata.Hive.reloadFunctions(Hive.java:174)
   	at org.apache.hadoop.hive.ql.metadata.Hive.<clinit>(Hive.java:166)
   	at org.apache.hudi.hive.ddl.HMSDDLExecutor.<init>(HMSDDLExecutor.java:69)
   	at org.apache.hudi.hive.HoodieHiveClient.<init>(HoodieHiveClient.java:73)
   	at org.apache.hudi.hive.HiveSyncTool.initClient(HiveSyncTool.java:95)
   	at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:89)
   	at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:80)
   	... 63 more
   23/01/02 08:26:21 ERROR yarn.ApplicationMaster: User class threw exception: org.apache.spark.sql.streaming.StreamingQueryException: Could not sync using the meta sync class org.apache.hudi.hive.HiveSyncTool
   `


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