lamber-ken opened a new issue #9483: No implementation for org.apache.druid.query.QuerySegmentWalker was bound URL: https://github.com/apache/druid/issues/9483 ### Affected Version 0.17.0 ### Description Add `druid-moving-average-query` extension, router throw ``` 2020-03-09T07:37:24,035 INFO [main] org.apache.druid.initialization.Initialization - Loading extension [druid-datasketches], jars: druid-datasketches-0.17.0.jar, commons-math3-3.6.1.jar 2020-03-09T07:37:25,905 WARN [main] org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable Exception in thread "main" java.lang.RuntimeException: com.google.inject.CreationException: Unable to create injector, see the following errors: 1) No implementation for org.apache.druid.query.QuerySegmentWalker was bound. while locating com.google.inject.Provider<org.apache.druid.query.QuerySegmentWalker> for the 1st parameter of org.apache.druid.query.movingaverage.MovingAverageQueryToolChest.<init>(MovingAverageQueryToolChest.java:61) at org.apache.druid.query.movingaverage.MovingAverageQueryModule.configure(MovingAverageQueryModule.java:48) (via modules: com.google.inject.util.Modules$OverrideModule -> org.apache.druid.query.movingaverage.MovingAverageQueryModule) 1 error at org.apache.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:72) at org.apache.druid.cli.ServerRunnable.run(ServerRunnable.java:58) at org.apache.druid.cli.Main.main(Main.java:113) Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors: 1) No implementation for org.apache.druid.query.QuerySegmentWalker was bound. while locating com.google.inject.Provider<org.apache.druid.query.QuerySegmentWalker> for the 1st parameter of org.apache.druid.query.movingaverage.MovingAverageQueryToolChest.<init>(MovingAverageQueryToolChest.java:61) at org.apache.druid.query.movingaverage.MovingAverageQueryModule.configure(MovingAverageQueryModule.java:48) (via modules: com.google.inject.util.Modules$OverrideModule -> org.apache.druid.query.movingaverage.MovingAverageQueryModule) 1 error at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470) at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107) at com.google.inject.Guice.createInjector(Guice.java:99) at com.google.inject.Guice.createInjector(Guice.java:73) at com.google.inject.Guice.createInjector(Guice.java:62) at org.apache.druid.initialization.Initialization.makeInjectorWithModules(Initialization.java:431) at org.apache.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:69) ... 2 more 2020-03-09T07:39:28,242 INFO [main] org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 5.2.5.Final ``` ### Another exception If add `druid-moving-average-query` to broker as doc says, when query will throw 
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
