akkapur commented on issue #1888: DRILL-5956: Add Storage Plugin for Apache Druid URL: https://github.com/apache/drill/pull/1888#issuecomment-583946402 @cgivre I am running into a runtime exception when running the tests in TestDruidQueries.java. `java.lang.NoClassDefFoundError: org/apache/zookeeper/Environment at org.apache.drill.exec.server.Drillbit.<clinit>(Drillbit.java:92) at org.apache.drill.test.ClusterFixture.startDrillbits(ClusterFixture.java:231) at org.apache.drill.test.ClusterFixture.<init>(ClusterFixture.java:149) at org.apache.drill.test.ClusterFixtureBuilder.build(ClusterFixtureBuilder.java:283) at org.apache.drill.test.ClusterTest.startCluster(ClusterTest.java:83) at org.apache.drill.exec.store.druid.DruidTestBase.setUpBeforeClass(DruidTestBase.java:35) Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.Environment at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at java.lang.ClassLoader.loadClass(ClassLoader.java:351)` Also, tests in TestDruidQueries.java require a running instance of Druid.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
