--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To post to this group, send email to druid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/c794cea9-7574-48ee-a363-4d83791b453b%40googlegroups.com.
"error" : "Could not resolve type id 'interval' into a subtype of [simple type, class io.druid.query.filter.DimFilter]\n at [Source: HttpInputOverHTTP@433cf234; line: 24, column: 13] (through reference chain: java.util.ArrayList[0]->java.util.ArrayList[1])"
--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+unsubscribe@googlegroups.com.
To post to this group, send email to druid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/a72a12dc-db12-4f56-b8bc-157e89040739%40googlegroups.com.
Hey Lovenish,That link refers to code that is not yet in a Druid release. It is in master and will be in 0.9.2, but if you want to use it now, you'd need to build your own version of Druid from the current master branch. You can do this with "mvn package".
Gian
On Fri, Aug 12, 2016 at 4:07 AM, Lovenish Goyal <loveni...@gmail.com> wrote:
Hi Guys,Error we are getting here :"error" : "Could not resolve type id 'interval' into a subtype of [simple type, class io.druid.query.filter.DimFilter]\n at [Source: HttpInputOverHTTP@433cf234; line: 24, column: 13] (through reference chain: java.util.ArrayList[0]->java.util.ArrayList[1])"Normal datasketches queries are working fine for us only getting error in retention analysis.DO we need to add any extension here ?
On Friday, December 18, 2015 at 3:05:14 AM UTC+5:30, Fangjin Yang wrote:Hey guys, if you've been paying attention to the 0.8.3 release notes (https://github.com/druid-io/druid/issues/2044), we recently added a new module in Druid called DataSketches. A new set of aggregators have been added that revolve around a new sketch algorithm called the theta sketch. Theta sketches can be used to approximate the number of unique elements in a set, much like the 'hyperUnique' aggregator (based on hyperloglog). One big difference between the two algorithms is that hyperUnique can only support set union operations, whereas theta sketches can support union, intersection, A NOT B, and other types of set operations. At a high level, this means theta sketches can be used for much more complex set analysis, and for use cases such as retention analysis. Theta sketches require more space than hyperUnique aggregators, so if you only require count (distinct) like operations, hyperUnique is still the way to go. To learn more about theta sketches, check out the blog post:As the Datasketches library grows and gains more approximate algorithms, we'll be adding them to Druid. To learn more about Datasketches, check out the website:
--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To post to this group, send email to druid...@googlegroups.com.