2416210017 commented on issue #8480:
URL: https://github.com/apache/seatunnel/issues/8480#issuecomment-2606860183
Why do I still encounter errors after recompiling?
```shell
25/01/22 17:48:59 INFO AbstractPluginDiscovery: Load plugin:
PluginIdentifier{engineType='seatunnel', pluginType='source',
pluginName='Hive'} from classpath
25/01/22 17:49:00 INFO HiveMetaStoreProxy: hive client conf:Configuration:
core-default.xml, core-site.xml, mapred-default.xml, mapred-site.xml,
yarn-default.xml, yarn-site.xml, hdfs-default.xml, hdfs-rbf-default.xml,
hdfs-site.xml, hdfs-rbf-site.xml, resource-types.xml,
org.apache.hadoop.hive.conf.LoopingByteArrayInputStream@5c3710b3,
file:/opt/datasophon/spark-3.4.3/conf/hive-site.xml,
file:/opt/datasophon/hive/conf/hive-site.xml
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(Lorg/apache/hadoop/conf/Configuration;)V
at
org.apache.seatunnel.connectors.seatunnel.hive.utils.HiveMetaStoreProxy.<init>(HiveMetaStoreProxy.java:110)
at
org.apache.seatunnel.connectors.seatunnel.hive.utils.HiveMetaStoreProxy.getInstance(HiveMetaStoreProxy.java:139)
at
org.apache.seatunnel.connectors.seatunnel.hive.utils.HiveTableUtils.getTableInfo(HiveTableUtils.java:41)
at
org.apache.seatunnel.connectors.seatunnel.hive.source.config.HiveSourceConfig.<init>(HiveSourceConfig.java:85)
at
org.apache.seatunnel.connectors.seatunnel.hive.source.config.MultipleTableHiveSourceConfig.parseFromLocalFileSourceConfig(MultipleTableHiveSourceConfig.java:66)
```
--
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]