Some docs missing after migration to apache

2019-06-26 Thread Rajiv Mordani
I don’t see the following document on the apache website http://druid.io/docs/latest/configuration/production-cluster.html

Re: Returning only post aggregated results

2019-06-26 Thread Gian Merlino
Hey Samarth, This kind of thing doable in Druid SQL, which will only return the stuff you SELECT. Native queries don't have a concept like that, so they always return everything, even if you intended certain things to be 'internal' computations and aren't interested in seeing the results directly.

Re: Graduation

2019-06-26 Thread Gian Merlino
> Instead of just the initial committers, how about making all committers members of the PMC? It sounds good to me; is that something that should be automatic or something that should be affirmatively assented to by each of those people that aren't currently on the PPMC? (On list or privately…?).

Returning only post aggregated results

2019-06-26 Thread Samarth Jain
Hi, I recently contributed TDigest based sketch aggregators in Druid. It also included a post aggregator that lets you generate quantiles from the aggregated sketches. Example query: { "queryType": "groupBy", "dataSource": "test_datasource", "granularity": "ALL",

Re: Stalebot for issues

2019-06-26 Thread Roman Leventov
> To me it makes sense to close even "Feature" ideas that have no > constituency, since it is just clutter to have a bunch of feature ideas > around that nobody is actively pushing. I have experience as a user (feature asker) of projects which adopt this policy and it always feels bad to me when m