ochanism commented on issue #10429:
URL: https://github.com/apache/iceberg/issues/10429#issuecomment-2144779737
@Fokko
This error occurred while initializing hive catalog.
```java
var catalog = new HiveCatalog();
catalog.initialize(this.catalogName, this.properties);
```
```
Caused by: java.lang.NoSuchFieldError: Class
org.apache.hadoop.hive.conf.HiveConf$ConfVars does not have member field
'org.apache.hadoop.hive.conf.HiveConf$ConfVars METASTOREURIS'
at org.apache.iceberg.hive.HiveCatalog.initialize(HiveCatalog.java:95)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]