-
https://github.com/apache/incubator-datasketches-website/blob/c340ce0558319d4f6cf62e1aefadc7a66ad5b581/_includes/tocScript.html#L56
Try's to be smart and highlight the current nav element, but it s…
-
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").
### Affected Version
0.14.2
### Description
Please include a…
-
When called on 2 ordered sketches, it seems that `a_not_b` is severely overestimating its result in some cases, with `a_not_b(a, b)` having an estimate bigger than `a` if `b` is bigger than `a`.
He…
-
From the dev list: https://lists.apache.org/thread.html/rd35d7f43b54b6c818ad260304e4369d6fa71b1cd552e4836d66eda28%40%3Cdev.datasketches.apache.org%3E
Easy to reproduce:
```
sk = kll_floats_sketch…
-
```
[2020-02-15 12:45:32,705] INFO [SocketServer brokerId=0] Failed authentication with /54.147.244.29 (SSL handshake failed) (org.apache.kafka.common.network.Selector)
```
I have the extension:
…
-
Trying to use the python wrapper for datasketches-cpp to use the thetasketches.. tried pip install from git as well as using the setup script.. Get this error on importing datasketches
ImportError:…
-
Druid 0.12.1
Following documentation in:
http://druid.io/docs/latest/development/extensions-core/datasketches-quantiles.html
Query:
```
{
"queryType": "timeseries",
"dataSource": "pctil…
pdeva updated
4 years ago
-
Hello,
this is /home/centos/apache-druid-0.16.0-incubating/conf/druid/cluster/_common/common.runtime.properties config:
druid.extensions.loadList=["druid-hdfs-storage", "druid-kafka-inde…
-
All of update sketch don't deal with duplicate datas.
So in such situation:
```
val sketch1 = UpdateSketch()
sketch1.update(1)
sketch1.update(1)
sketch2.update(xxx)
val sketch2 = UpdateSketch()…
-
druid cluster configuration:
1、common.runtime.properties
druid.extensions.loadList=["mysql-metadata-storage","druid-kafka-indexing-service", "druid-datasketches","druid-hdfs-storage"]
druid.extens…