nandorKollar commented on PR #3726:
URL: https://github.com/apache/polaris/pull/3726#issuecomment-3884028053
Okay, so looks like this is still not yet ready. Got this exception with
federated catalog:
```
2026-02-11 12:02:12,618 WARN [org.apa.ice.hiv.HiveCatalog]
[3c91d11b-6f23-4bcc-ae3b-f54e0195bfc3_0000000000000000009,POLARIS] [,,,]
(executor-thread-1) No Hadoop Configuration was set, using the default
environment Configuration
2026-02-11 12:02:12,651 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler]
[3c91d11b-6f23-4bcc-ae3b-f54e0195bfc3_0000000000000000009,POLARIS] [,,,]
(executor-thread-1) HTTP Request to /api/catalog/v1/nkollar_hms/namespaces
failed, error id: f47aa1
22-2a41-4952-800b-0ac60f32aedb-1: 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:107)
at
org.apache.polaris.extensions.federation.hive.HiveFederatedCatalogFactory.createCatalog(HiveFederatedCatalogFactory.java:76)
at
org.apache.polaris.extensions.federation.hive.HiveFederatedCatalogFactory_ClientProxy.createCatalog(Unknown
Source)
at
org.apache.polaris.service.catalog.iceberg.IcebergCatalogHandler.initializeCatalog(IcebergCatalogHandler.java:289)
at
org.apache.polaris.service.catalog.common.CatalogHandler.authorizeCreateNamespaceUnderNamespaceOperationOrThrow(CatalogHandler.java:183)
at
org.apache.polaris.service.catalog.iceberg.IcebergCatalogHandler.createNamespace(IcebergCatalogHandler.java:323)
```
Please don't merge this PR yet, I'll have to solve this problem first. It is
related to the version bump for sure.
--
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]