druid-client
druid-client copied to clipboard
Java client for http://druid.io/
Hi, TopNQuery can't return PostAggregator's result, it only returns aggregator's result! is it a bug?
master branch line 150,line 182 miss param scheme. druid 0.11.0 create DirectDruidClient need scheme param.
Hi I am running the example class "ExampleMain" updated for my environment. The query seems to be running ok, but I get an error when retrieving the results. Below log...
There are three compile errors: 1. The constructor DruidNode(String, null, null) is undefined ``` JsonConfigProvider.bindInstance(binder, Key.get(DruidNode.class, Self.class), new DruidNode("druid-client", null, null)); ``` 2. The constructor DirectDruidClient(QueryToolChestWarehouse, QueryWatcher, ObjectMapper, HttpClient, String,...