Re: [E] Re: Apache Druid Slack

2022-10-18 Thread Eyal Yurman
What should we do about Slack canceling message history for free tier? Perhaps we should export history elsewhere? On Thu, Jan 27, 2022 at 1:10 PM Vadim Ogievetsky wrote: > Alright, I have setup the new Slack workspace and updated the link on >

Re: [E] Re: 0.23

2022-03-28 Thread Eyal Yurman
start a thread on the dev >> list. The next part is we have a discussion & see if there's anything >> critical we should get into this release before we branch it off. >> >> Anyone have any comments on that? >> >> On Wed, Mar 23, 2022 at 9:54 PM Eyal Yurman

0.23

2022-03-23 Thread Eyal Yurman
Hi, Anyone plan to work on releasing 0.23? I'll be really glad to manage the 0.23 release but I'm not a committer. Assuming this requires committer privileges, I'd be glad if anyone can volunteer. BTW, have you noticed that we shifted away from the official quarterly releases? Perhaps we should

Re: [E] Re: Log4j vulnerability - hotfix?

2021-12-10 Thread Eyal Yurman
e log4j > > version that exists today in the current stable release. There is past > > precedent for such releases: see 0.20.2 > > > > On Fri, Dec 10, 2021 at 12:14 PM Eyal Yurman > .invalid> > > wrote: > > > > > Hello, regarding > ht

Log4j vulnerability - hotfix?

2021-12-10 Thread Eyal Yurman
Hello, regarding https://github.com/apache/druid/pull/12051 which merged to master, Is it a common practice for the project to backport and release a new minor for the latest version?

Re: [E] New committer: Atul Mohan

2020-09-02 Thread Eyal Yurman
Congratulations Atul!! On Wed, Sep 2, 2020 at 2:28 PM Gian Merlino wrote: > Hey Druids, > > > > The Druid PMC has invited Atul Mohan (@a2l007 < > https://urldefense.com/v3/__https://github.com/a2l007__;!!Op6eflyXZCqGR5I!Tqf7cWMahjsInOtN155BveNwJ3l6aLmes5sdwqR9XDMZ5AJSzc1pM-3GWGXdOg$ > > > > on

Re: Moving Average error

2020-05-01 Thread Eyal Yurman
Hi, I am sorry for the late response. Gian is correct, this extension is restricted to the broker service and will throw an error in the log for other services. (As mentioned here: https://github.com/apache/druid/blob/master/docs/development/extensions-contrib/moving-average-query.md#operations

Re: npm ci error while building from source

2019-07-11 Thread Eyal Yurman
, 2019 at 11:21 AM Gian Merlino wrote: > > > I haven't seen something like that before. The package version 4.2.6 is > > here on NPM: > https://www.npmjs.com/package/@types/react-copy-to-clipboard > > > > Is it possible your build environment is blocking NPM? > >

Re: npm ci error while building from source

2019-07-11 Thread Eyal Yurman
The mvn command was actually: mvn clean install -Pdist -DskipTests, from IntelliJ (It shouldn't matter though) On Thu, Jul 11, 2019 at 9:39 AM Eyal Yurman wrote: > Hi, > > Has anyone encountered the following error? > > mvn clean install -PskipTests > > [INFO] --- frontend

npm ci error while building from source

2019-07-11 Thread Eyal Yurman
Hi, Has anyone encountered the following error? mvn clean install -PskipTests [INFO] --- frontend-maven-plugin:1.6:npm (npm-install) @ druid-console --- [INFO] Running 'npm ci' in /Users/eyurman14/git/yurmix-incubating-druid/web-console [ERROR] npm ERR! code ETARGET [ERROR] npm ERR! notarget No

Re: deprecating the old repo

2019-04-26 Thread Eyal Yurman
I think after this final pr, is will be proper to archive the repository so it doesn't look active ( https://help.github.com/en/articles/archiving-a-github-repository). It will be accessible, but read-only, and won't come up in the default GitHub search. Here's an example for such a repository

Re: Experimental feature 'graduation' in 0.14

2019-04-22 Thread Eyal Yurman
What does this mean for release of new query features without Druid SQL support? On Mon, Apr 22, 2019 at 2:07 PM Jihoon Son wrote: > +1 > I'm mostly using only SQL. > > Jihoon > > On Mon, Apr 22, 2019 at 12:24 PM Jonathan Wei wrote: > > > +1, I think it has enough feature parity with the

Druid module separation (And a related lookups question)

2019-03-20 Thread Eyal Yurman
Hi, Can someone help me understand the logic for the separation of core, server and processing modules, and why? More specificly, I'm trying to understand the split of the package `org.apache.druid.query.lookup` between the two latter modules. Eyal.

Re: Druid configuration documentation should not be organized in tables

2019-03-05 Thread Eyal Yurman
Just for comparison, this looks nice, isn't it? https://spark.apache.org/docs/latest/configuration.html Original .md: https://github.com/apache/spark/blob/master/docs/configuration.md On Tue, Mar 5, 2019 at 3:20 PM Clint Wylie wrote: > I definitely agree that a lot of these configuration option

Downloading binaries of previous Druid versions

2019-02-28 Thread Eyal Yurman
Hi, Are binaries of previous versions from before 0.13.0-incubating still available for download? Or should one build the old version from source? Thanks, Eyal.

Run TeamCity inspections locally

2019-02-26 Thread Eyal Yurman
Hi, Does anyone know how to run the same code inspections done by TeamCity CI in IntelliJ? I'm getting somewhat different results when using "Analyze->Inspect Code" with "Inspection profile": Druid. Eyal.

Re: Knowledge sharing between Druid developers via technical talks

2019-02-22 Thread Eyal Yurman
at. Maybe something at one of the Druid meetups? > > On Wed, Feb 13, 2019 at 8:38 PM Eyal Yurman > wrote: > >> Hi, >> >> This is something usually being done in companies, but I think it is >> useful >> for any community, especially our community which is s

Re: Off list major development

2019-01-30 Thread Eyal Yurman
Hi, I have created an Issue together with @jon-wei, if anyone wants to chime in: https://github.com/apache/incubator-druid/issues/6949 (Create a proposal template #6949) On Tue, Jan 15, 2019 at 12:07 PM Jihoon Son wrote: > Good point. > If some authors raise PRs without noticing the need for a

Contributing an extension

2019-01-29 Thread Eyal Yurman
Hi, This pr is waiting for a few months for review: https://github.com/apache/incubator-druid/pull/6430 https://github.com/apache/incubator-druid/issues/6320 So far only one reviewer (@b-slim) was kind enough to start looking at it. Since this is an contrib extension, it is not really blocking

Contributing an extension

2019-01-29 Thread Eyal Yurman
Hi, A few months ago I worked on open sourcing an extension we've been using internally for a couple of years. https://github.com/apache/incubator-druid/pull/6430 https://github.com/apache/incubator-druid/issues/6320 This has been upvoted by a few community users, so I was happy to put in the

Re: This week's dev sync

2018-12-11 Thread Eyal Yurman
Thank you! Regarding moving-average mentioned, I have a pr waiting for review ( https://github.com/apache/incubator-druid/pull/6430) and there is another related pr coming by a colegue of mine. If someone can review that would be wonderful. Thanks! On Tue, Dec 11, 2018, 12:49 Clint Wylie

Binary artifacts in Druid git

2018-10-16 Thread eyal . yurman
Hi, There was discussion today in the Dev sync today regarding binary artifacts. It sounds like having binary files in the source code can fail an audit for the 0.13.0-incubating release, but it is not clear which files are considered "artifacts". I opened an issue with a list of files, I

Re: Subscription request for dev

2018-10-09 Thread eyal . yurman
Hi Mohammad, You can subscribe to the list by emailing "dev-subscr...@druid.apache.org". On 2018/10/09 15:14:02, Mohammad.J.Khan wrote: > Hi, > > > > I’d like to subscribe to the Druid’s dev mailing lists > > > > Thanks, > > Mohammad > > Mohammad J. Khan | Lead Data Engineer |

Re: Towards 0.13 (Apache release)

2018-08-31 Thread eyal . yurman
Hi, my only issue that GitHub loses the commit history beyond the rename (i.e.: https://github.com/apache/incubator-druid/blob/master/server/src/main/java/org/apache/druid/server/ClientQuerySegmentWalker.java). Luckily it is viewable locally via "git log --follow" or with using your favorite SCM