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 -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org