-
```
[ 24%] Building CXX object CMakeFiles/gensync.dir/src/Communicants/CommString.cpp.o
/opt/local/bin/g++-mp-12 -DRECORD=\".gensync\" -I/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_net_ge…
-
### Affected Stackable version
24.3
### Affected Apache Druid version
28.0.1
### Current and expected behavior
After roughly 3-4 days, the router will display "No Management Proxy Node." It seems…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
OSX Build Failure
` In file included from /Users/runner/miniforge3/conda-bld/datasketche…
-
## Problem
Since 0.11.0, `pinot-jdbc-client` and pinot `pinot-java-client` have a dependency on `pinot-common`.
See introductions:
https://github.com/apache/pinot/commit/15e939818ca913bd9a5f016230…
-
### Motivation
the datasketches library has a new Unique Counting Sketch called CPC sketch that has better accuracy per size than HLL.
https://github.com/DataSketches/sketches-core/releases
…
pdeva updated
3 years ago
-
We used the DataSketches to compute quantiles and got very weird query results.
### Affected Version
0.12.2
### Description
Metrics spec at ingestion time:
```json
"metricsSpec": [
{
…
QiuMM updated
5 years ago
-
```sh
cargo build
... much elided ...
= note: ld: library 'stdc++' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
Apparently it's su…
-
Attempting to reference pages of the website using _https://_ will fail. Example:
[datasketches-aggregators](https://druid.io/docs/latest/development/extensions-core/datasketches-aggregators.html)…
-
Hi
I was working on the generation of count distinct number for a particular metrics using DQL Aggregators but unable to implement HLLSketchMerge functionality of the druid (https://druid.apache.org/…
utk14 updated
4 years ago
-
Hello - I use `prometheus-client`, which uses `data-sketches` for its Summary metric.
I periodically run into `invariant violated: lastWeight does not equal raSize`.
Actually running a patched `da…