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 2019/09/17 08:46:00 UTC

[GitHub] [incubator-druid] shaoxinye opened a new issue #8549: i use druid version0.15.1 add Materialized View ,but in query node:router have exception

shaoxinye opened a new issue #8549: i use druid version0.15.1  add Materialized View ,but in query node:router have exception
URL: https://github.com/apache/incubator-druid/issues/8549
 
 
   router node has exception :
   
     2019-09-17T16:30:27,996 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.client.TimelineServerView was bound.
     while locating org.apache.druid.client.TimelineServerView
       for the 1st parameter of org.apache.druid.query.materializedview.DataSourceOptimizer.<init>(DataSourceOptimizer.java:60)
     at org.apache.druid.query.materializedview.MaterializedViewSelectionDruidModule.configure(MaterializedViewSelectionDruidModule.java:55) (via modules: com.google.inject.util.Modules$OverrideModule -> org.apache.druid.query.materializedview.MaterializedViewSelectionDruidModule)
   
   1 error
   	at org.apache.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:71)
   	at org.apache.druid.cli.ServerRunnable.run(ServerRunnable.java:56)
   	at org.apache.druid.cli.Main.main(Main.java:118)
   Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors:
   
   1) No implementation for org.apache.druid.client.TimelineServerView was bound.
     while locating org.apache.druid.client.TimelineServerView
       for the 1st parameter of org.apache.druid.query.materializedview.DataSourceOptimizer.<init>(DataSourceOptimizer.java:60)
     at org.apache.druid.query.materializedview.MaterializedViewSelectionDruidModule.configure(MaterializedViewSelectionDruidModule.java:55) (via modules: com.google.inject.util.Modules$OverrideModule -> org.apache.druid.query.materializedview.MaterializedViewSelectionDruidModule)
   
   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:419)
   	at org.apache.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:68)
   	... 2 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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