diff --git llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java index ab9fa39..c611d1a 100644 --- llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java +++ llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java @@ -577,6 +577,8 @@ public void start() throws IOException { setupZookeeperAuth(this.conf); zooKeeperClient.start(); } + // Init closeable utils in case register is not called (see HIVE-13322) + CloseableUtils.class.getName(); } @Override