pvary commented on a change in pull request #2448:
URL: https://github.com/apache/iceberg/pull/2448#discussion_r613006388
##########
File path: mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveShell.java
##########
@@ -79,7 +79,7 @@ public void setHiveSessionValue(String key, boolean value) {
public void start() {
// Create a copy of the HiveConf for the metastore
- metastore.start(new HiveConf(hs2Conf));
+ metastore.start(new HiveConf(hs2Conf), 10);
Review comment:
I have 2 ideas:
- Maybe this was caused by the #2129 where we start to handle / cache the
catalogs differently
- Or we added some more queries and Hive creates / caches HMSClients and we
might ended up using a different codepath.
Created #2474
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]