[
https://issues.apache.org/jira/browse/DRILL-7787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17628330#comment-17628330
]
ASF GitHub Bot commented on DRILL-7787:
---------------------------------------
zhouhoo commented on PR #2123:
URL: https://github.com/apache/drill/pull/2123#issuecomment-1302111930
Hi,I did as you said to connect to old zk for 3.4.5 ,but still failed to
start .@luocooong
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/zookeeper/admin/ZooKeeperAdmin
at
org.apache.curator.framework.CuratorFrameworkFactory.<clinit>(CuratorFrameworkFactory.java:65)
at
org.apache.drill.exec.coord.zk.ZKClusterCoordinator.<init>(ZKClusterCoordinator.java:109)
at
org.apache.drill.exec.coord.zk.ZKClusterCoordinator.<init>(ZKClusterCoordinator.java:86)
at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:184)
at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:574)
at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:554)
at org.apache.drill.exec.server.Drillbit.main(Drillbit.java:550)
Caused by: java.lang.ClassNotFoundException:
org.apache.zookeeper.admin.ZooKeeperAdmin
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
> Apache drill failed to start
> ----------------------------
>
> Key: DRILL-7787
> URL: https://issues.apache.org/jira/browse/DRILL-7787
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Om Prasad Surapu
> Assignee: Cong Luo
> Priority: Major
> Fix For: 1.18.0, 1.19.0
>
>
> Hi Team,
> I have apache drill cluster setup with apache-drill-1.17.0 and started in
> distributed mode (with zookeeper). Drill started and no issues reported.
>
> Have installed apache-drill-1.18.0 to fix DRILL-7786 but drill failed to
> start with below exception. I have tried zookeeper version 3.5.8 and 3.4.11).
> Could you help me out to fix this issue?
> Exception in thread "main"
> org.apache.drill.exec.exception.DrillbitStartupException: Failure during
> initial startup of Drillbit.
> at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:588)
> at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:554)
> at org.apache.drill.exec.server.Drillbit.main(Drillbit.java:550)
> Caused by: org.apache.drill.common.exceptions.DrillRuntimeException: unable
> to put
> at
> org.apache.drill.exec.coord.zk.ZookeeperClient.putIfAbsent(ZookeeperClient.java:326)
> at
> org.apache.drill.exec.store.sys.store.ZookeeperPersistentStore.putIfAbsent(ZookeeperPersistentStore.java:119)
> at
> org.apache.drill.exec.expr.fn.registry.RemoteFunctionRegistry.prepareStores(RemoteFunctionRegistry.java:201)
> at
> org.apache.drill.exec.expr.fn.registry.RemoteFunctionRegistry.init(RemoteFunctionRegistry.java:108)
> at org.apache.drill.exec.server.Drillbit.run(Drillbit.java:233)
> at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:584)
> ... 2 more
> Caused by: org.apache.zookeeper.KeeperException$UnimplementedException:
> KeeperErrorCode = Unimplemented for /drill/udf/registry
> at org.apache.zookeeper.KeeperException.create(KeeperException.java:106)
> at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
> at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1637)
> at
> org.apache.curator.framework.imps.CreateBuilderImpl$17.call(CreateBuilderImpl.java:1180)
> at
> org.apache.curator.framework.imps.CreateBuilderImpl$17.call(CreateBuilderImpl.java:1156)
> at
> org.apache.curator.connection.StandardConnectionHandlingPolicy.callWithRetry(StandardConnectionHandlingPolicy.java:67)
> at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:81)
> at
> org.apache.curator.framework.imps.CreateBuilderImpl.pathInForeground(CreateBuilderImpl.java:1153)
> at
> org.apache.curator.framework.imps.CreateBuilderImpl.protectedPathInForeground(CreateBuilderImpl.java:607)
> at
> org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:597)
> at
> org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:51)
> at
> org.apache.drill.exec.coord.zk.ZookeeperClient.putIfAbsent(ZookeeperClient.java:318)
> ... 7 more
--
This message was sent by Atlassian Jira
(v8.20.10#820010)