Re: docker build

2019-03-19 Thread Don Bowman
So if I send a PR removing the mysql connector (which comes from maven which is itself apache released), can we be done w/ this? I don't want to get into the fact that it runs on linux and uses bash in scripts. I think there's some confusion in this thread about what people expect from container

Re: docker build

2019-03-19 Thread Don Bowman
https://github.com/apache/incubator-druid/pull/7296 is now there which removes the mysql but shows how to re-enable should someone wish. On Tue, 19 Mar 2019 at 07:19, Don Bowman wrote: > So if I send a PR removing the mysql connector (which comes from maven > which is itself apache released), ca

Re: PR Milestone policy

2019-03-19 Thread Roman Leventov
Looks like three committers (Jonathan, Mingming and I) voted for the policy of not adding non bug and security PRs to milestones before merging. One (Gian) abstained. Therefore I included this in the PR action item list for committers: https://github.com/apache/incubator-druid/pull/7279 please revi

Re: docker build

2019-03-19 Thread Gian Merlino
Hey Don, If you are interested in participating more directly in the Druid project, you could certainly do #2. Apache projects are built around the idea of community contribution, and people driving & building consensus on the changes they want to see happen. Apache Infra is a group of people that

T-Digest backed sketch aggregator

2019-03-19 Thread Samarth Jain
Hi, T-Digest (https://github.com/tdunning/t-digest) data-structure is another way of computing sketches, rank based statistics and trimmed means over numeric data. At my day job, we have been using a t-digest backed Druid aggregator module which generally has been working out well for the use case

Re: T-Digest backed sketch aggregator

2019-03-19 Thread Jihoon Son
Sounds great! Would you mind writing a proposal about this? Jihoon On Tue, Mar 19, 2019 at 3:54 PM Samarth Jain wrote: > Hi, > > T-Digest (https://github.com/tdunning/t-digest) data-structure is another > way of computing sketches, rank based statistics and trimmed means over > numeric data. At

Re: T-Digest backed sketch aggregator

2019-03-19 Thread Gian Merlino
(The template is on https://github.com/apache/incubator-druid/issues/new/choose) It sounds cool to me too! On Tue, Mar 19, 2019 at 5:19 PM Jihoon Son wrote: > Sounds great! > Would you mind writing a proposal about this? > > Jihoon > > On Tue, Mar 19, 2019 at 3:54 PM Samarth Jain wrote: > > >