jaehoon kim created TEZ-4418: -------------------------------- Summary: Update curator api version to 2.x to 4.6.0 Key: TEZ-4418 URL: https://issues.apache.org/jira/browse/TEZ-4418 Project: Apache Tez Issue Type: Task Affects Versions: 0.10.1 Reporter: jaehoon kim Fix For: 0.10.1
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. {code:java} # hive4-alpha curator jar version curator-client-4.2.0.jar curator-framework-4.2.0.jar curator-recipes-4.2.0.jar{code} {code:java} # 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 {code} - llap daemon error log {code:java} 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] {code} It seems good to update the version of the curator api to match the Zookeeper 3.4.x version. -- This message was sent by Atlassian Jira (v8.20.7#820007)