Description
As the zookeeper version is updated to 3.5.x in Hive4-alpha
and the curator api version is updated to 4.x.
NoSuchMethodError occurs in the curator api included in the LLAP Tez tarball.
# hive4-alpha curator jar version curator-client-4.2.0.jar curator-framework-4.2.0.jar curator-recipes-4.2.0.jar
# tez 0.10.1 curator jar version curator-client-2.13.0.jar curator-framework-2.13.0.jar curator-recipes-2.13.0.jar
- llap daemon error log
17:48:56.262 [Listener at 0.0.0.0/15004] ERROR org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon - Failed to start LLAP Daemon with exceptionjava.lang.NoSuchMethodError: org.apache.curator.framework.api.CreateBuilder.creatingParentsIfNeeded()Lorg/apache/curator/framework/api/ProtectACLCreateModeStatPathAndBytesable; at org.apache.hadoop.hive.registry.impl.ZkRegistryBase.initializeWithoutRegisteringInternal(ZkRegistryBase.java:359) ~[hive-exec-4.0.0-alpha-1.jar:4.0.0-alpha-1] at org.apache.hadoop.hive.llap.registry.impl.LlapZookeeperRegistryImpl.register(LlapZookeeperRegistryImpl.java:171) ~[hive-exec-4.0.0-alpha-1.jar:4.0.0-alpha-1] at org.apache.hadoop.hive.llap.registry.impl.LlapRegistryService.registerWorker(LlapRegistryService.java:141) ~[hive-exec-4.0.0-alpha-1.jar:4.0.0-alpha-1] at org.apache.hadoop.hive.llap.registry.impl.LlapRegistryService.serviceStart(LlapRegistryService.java:123) ~[hive-exec-4.0.0-alpha-1.jar:4.0.0-alpha-1]
It seems good to update the version of the curator api to match the Zookeeper 3.4.x version.