You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/12 11:14:58 UTC

[GitHub] [druid] anandgm007 commented on issue #9483: No implementation for org.apache.druid.query.QuerySegmentWalker was bound

anandgm007 commented on issue #9483:
URL: https://github.com/apache/druid/issues/9483#issuecomment-672809825


   Using 0.18.1, Wanted to add the moving average extension and i changed the load_extension in broker alone.
   Here is my load_extention in _common, common.runtime.properties
   druid.extensions.loadList=["druid-s3-extensions", "mysql-metadata-storage","druid-hdfs-storage", "druid-kafka-indexing-service", "druid-datasketches","druid-moving-average-query"]
   
   Getting the following error in router.log when i restart the broker service
   2020-08-06T13:52:10,538 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:
   
   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.(MovingAverageQueryToolChest.java:61)
   at org.apache.druid.query.movingaverage.MovingAverageQueryModule.configure(MovingAverageQueryModule.java:48) (via modules: com.google.inject.u
   til.Modules$OverrideModule -> org.apache.druid.query.movingaverage.MovingAverageQueryModule)
   Should i include "druid-moving-average-query" in the overload also? right now its just the broker.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org