vinitamaloo-asu commented on issue #8277:
URL: https://github.com/apache/iceberg/issues/8277#issuecomment-1734680976

   @RussellSpitzer even if I don't initialize HiveExternalCatalog, I still 
cannot connect to the metastore.
   
   `
   org.apache.iceberg.hive.RuntimeMetaException: Failed to connect to Hive 
Metastore
   org.apache.iceberg.hive.HiveClientPool.newClient(HiveClientPool.java:84)
   org.apache.iceberg.hive.HiveClientPool.newClient(HiveClientPool.java:34)
   org.apache.iceberg.ClientPoolImpl.get(ClientPoolImpl.java:125)
   org.apache.iceberg.ClientPoolImpl.run(ClientPoolImpl.java:56)
   org.apache.iceberg.ClientPoolImpl.run(ClientPoolImpl.java:51)
   org.apache.iceberg.hive.CachedClientPool.run(CachedClientPool.java:122)
   
org.apache.iceberg.hive.HiveCatalog.loadNamespaceMetadata(HiveCatalog.java:438)
   
org.apache.iceberg.catalog.SupportsNamespaces.namespaceExists(SupportsNamespaces.java:140)
   `
   
   Is there a way to connect the HiveCatalog to derby? If I pass uri -> 
"jdbc:derby:memory:metastore_749966;create=true" while initializing HiveCatalog 
I still get the same error.


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

Reply via email to