drill-jdbc-all-1.7.0-SNAPSHOT.jar max size

2016-06-06 Thread Arina Yelchiyeva
Hi all! Drill has enforcer for drill-jdbc-all-1.7.0-SNAPSHOT.jar max size. Max size is 2000. Currently on master jar size is 19956787. 43213 bytes is left till the limit. I have exceeded this limit just with adding a of couple of new classes. I am going to create Jira to update this limit.

Dynamic UDFs support

2016-06-16 Thread Arina Yelchiyeva
Hi all! I have created Jira to allow dynamic UDFs support in Drill ( https://issues.apache.org/jira/browse/DRILL-4726). There is a link to design document in Jira description. Comments or suggestions are welcomed. Kind regards Arina

Re: Dynamic UDFs support

2016-06-21 Thread Arina Yelchiyeva
FieldReader/FieldWriter/ComplexWriter classes. That would be a good > >> place > >>>>> to start when trying to implement an alternative interface. > >>>>> > >>>>> > >>>>> -- > >>>>> Jacques Nadeau >

Re: Dynamic UDFs support

2016-06-21 Thread Arina Yelchiyeva
will just re-register UDFs. But DELETE command is not safe. If user knows jar name, he can delete all associated with it UDFs, as well as the binary and source jars. That's where we'll probably need to impose restrictions. On Tue, Jun 21, 2016 at 7:34 PM Arina Yelchiyeva <arina.yelchiy...@gmail.

Re: Dynamic UDFs support

2016-06-16 Thread Arina Yelchiyeva
passes validation tests. > —C > > > > On Jun 16, 2016, at 09:34, Arina Yelchiyeva <arina.yelchiy...@gmail.com> > wrote: > > > > Hi all! > > > > I have created Jira to allow dynamic UDFs support in Drill ( > > https://issues.apache.org/jira/

Re: Dynamic UDFs support

2016-06-24 Thread Arina Yelchiyeva
next step might be to review the notes in the design > doc, in the JIRA, and in this e-mail chain and to prepare a summary of > technical requirements, and a proposed design. Postpone, at least for now, > concerns about the amount of work; we can worry about that once folks agree > on

Re: TIMESTAMPADD sql jdbc function execution in drill

2016-02-07 Thread Arina Yelchiyeva
Hi Sudip, timestampadd / timestampdiff functions are not currently implemented in Drill but they are in development. See Jira https://issues.apache.org/jira/browse/DRILL-3610 Kind regards Arina On Mon, Feb 8, 2016 at 9:29 AM Sudip Mukherjee wrote: > Thanks Khurram.

project build fails -> drill-jdbc-all-1.5.0-SNAPSHOT.jar is outside the expected size range

2016-02-02 Thread Arina Yelchiyeva
Hi all! Just pulled recent changes from master (revision number 1b96174b1e5bafb13a873dd79f03467802d7c929) and mvn clean install -DskipTests failed with the following error: *[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce-jdbc-jar-compactness)

hive translate function is not working from Drill

2016-02-24 Thread Arina Yelchiyeva
Hi all! Does all Hive functions work in Drill? I have faced the issue with translate function. In Hive "select translate(name, 'A', 'B') from users" works fine. But in Drill "select translate(name, 'A', 'B') from hive.`users`" return the following error:

Re: hive translate function is not working from Drill

2016-02-29 Thread Arina Yelchiyeva
that Drill uses, treats translate > > as a build-in function : translate( expression USING identifier). > > That's why you saw the Parser error. > > > > > > [1] > https://github.com/apache/calcite/blob/master/core/src/main/codegen/templates/Parser.jj#L3987-L

Re: hive translate function is not working from Drill

2016-02-29 Thread Arina Yelchiyeva
this feature could be contributed to Calcite, not > just Drill. > > Julian > > > On Feb 29, 2016, at 2:26 AM, Arina Yelchiyeva < > arina.yelchiy...@gmail.com> wrote: > > > > Though translate(expression USING identifier) is an SQL standard, > translate > &

drill logs in hadoop fs

2016-03-31 Thread Arina Yelchiyeva
Hi all! Can we store drill logs in hadoop fs? I know we can configure spill directory to be in hadoop fs. What about drill logs (sqlline.log etc)? Kind regards Arina

Re: Dynamic UDFs support

2016-07-25 Thread Arina Yelchiyeva
Taking into account all previous comments and discussion we had with Parth and Paul, please find below my design notes (I am going to prepare proper design document, just want to see if all agree with raw version). I propose will use lazy-init to dynamically loaded UDFs, in such case when user

Re: Dynamic UDFs support

2016-07-29 Thread Arina Yelchiyeva
in References section. Kind regards Arina On Tue, Jul 26, 2016 at 8:35 PM, yuliya Feldman <yufeld...@yahoo.com.invalid > wrote: > Thank you Arina > Yuliya > > From: Arina Yelchiyeva <arina.yelchiy...@gmail.com> > To: dev@drill.apache.org; yuliya Feldman &l

Re: Dynamic UDFs support

2016-07-25 Thread Arina Yelchiyeva
<mailto:kbot...@maprtech.com> > > 443-718-0098 > > MapR Technologies > > http://www.mapr.com <http://www.mapr.com/> > >> On Jul 25, 2016, at 9:55 AM, Arina Yelchiyeva < > arina.yelchiy...@gmail.com> wrote: > >> > >> Taking into account all

Re: Dynamic UDFs support

2016-07-26 Thread Arina Yelchiyeva
note in the design doc) that we > have an option to disable dynamic loading/unloading of UDFs until we will > be able to have an ability to do proper authentication AND authorization of > the user(s). > > > > From: Arina Yelchiyeva <arina.yelchiy...@gmail.com arina.yelchiy.

Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-12 Thread Arina Yelchiyeva
+1 (non-binding) On Windows built from source, ran in embedded mode. Installed on cluster. Checked some new features and run some basic queries. On Fri, Aug 12, 2016 at 2:48 AM, Padma Penumarthy wrote: > +1 > > Installed on the cluster and ran some basic queries >

Re: Dynamic UDFs support

2016-07-07 Thread Arina Yelchiyeva
nsus protocol > for > > determining that all the Drillbits have the UDF deployed. > > I believe Zookeeper can provide a stronger guarantee than a 2 phase > > approach. Should we look into that? > > > > On Fri, Jun 24, 2016 at 10:00 AM, Arina Yelchiyeva < > >

Re: Time for 1.10 release

2017-02-24 Thread Arina Yelchiyeva
Hi Jinfeng, please also consider the following Jiras (PR are already open): * DRILL-4963: Issues when overloading Drill native functions with dynamic UDFs * DRILL-5255: Remove default temporary workspace check at drillbit start up * DRILL-5274: Exception thrown in Drillbit shutdown in UDF cleanup

Re: drill's calcite branch

2017-02-27 Thread Arina Yelchiyeva
tong <tongweijie...@gmail.com> wrote: > @Arina Yelchiyeva tks for your reply. > what strategy does we choose to release the Calcite version? and why don't > we use the Calcite project itself ? > > On Mon, Feb 27, 2017 at 5:30 PM, Arina Yelchiyeva < > arina.yelchiy...

Re: [ANNOUNCE] New Committer: Arina Ielchiieva

2017-02-26 Thread Arina Yelchiyeva
Thank you all for congratulations! I really appreciate that. Kind regards Arina On Sat, Feb 25, 2017 at 3:30 PM, Parth Chandra wrote: > Congratulations Arina. Welcome and thank you for your great work so far. > > > > On Fri, Feb 24, 2017 at 9:06 AM, Sudheesh Katkam

Re: [ANNOUNCE] New Committer: Arina Ielchiieva

2017-02-27 Thread Arina Yelchiyeva
Thank you! On Mon, Feb 27, 2017 at 9:13 AM, yuliya Feldman <yufeld...@yahoo.com.invalid > wrote: > Congratulations Arina!!! > > From: Arina Yelchiyeva <arina.yelchiy...@gmail.com> > To: dev@drill.apache.org > Sent: Sunday, February 26, 2017 5:23 AM >

Re: drill's calcite branch

2017-02-27 Thread Arina Yelchiyeva
Hi, https://github.com/mapr/incubator-calcite/tree/DrillCalcite1.4.0 Kind regards Arina On Mon, Feb 27, 2017 at 5:51 AM, weijie tong wrote: > hi Drills: > where can I find the calcite branch source code that drill are now self > maintaining ? >

Re: Drill weekly meeting link

2016-09-27 Thread Arina Yelchiyeva
Apache Drill meeting is bi-weekly. It will be held next Tuesday. Kind regards Arina On Tue, Sep 27, 2016 at 7:12 PM, AnilKumar B wrote: > I would like to join to discuss on Kafka storage plugin, but unable to > join. > > Google Calendar invitations cannot be forwarded

Re: Drill Hangout will start in couple of minutes.

2016-10-18 Thread Arina Yelchiyeva
Jinfeng, is link correct? Can't join video call. Kind regards Arina On Tue, Oct 18, 2016 at 7:55 PM, Jinfeng Ni wrote: > Link : https://hangouts.google.com/hangouts/_/maprtech.com/ > drillbi-weeklyhangout > > > Thanks, > Jinfeng >

Re: Drill Hangout will start in couple of minutes.

2016-10-18 Thread Arina Yelchiyeva
f today's short hangout. > Not sure if you just tried to join around that time. > > > [1] https://drill.apache.org/community-resources/ > > On Tue, Oct 18, 2016 at 10:06 AM, Arina Yelchiyeva > <arina.yelchiy...@gmail.com> wrote: > > Jinfeng, > > > >

storage for Apache Design Docs

2016-12-05 Thread Arina Yelchiyeva
Hi all! I remember a while ago there was an agreement (discussed on one of hangouts) to create design docs for new features. But where these docs should be kept was discussed vaguely. Is there any place where we can keep design docs? How they can be added there? Modified if needed? The reason I

Re: [ANNOUNCE] Apache Drill 1.9.0 Released

2016-12-01 Thread Arina Yelchiyeva
Sudheesh, I guess the following Jiras has been included in Improvement list by mistake, they are not in 1.9 scope: [DRILL-4309] - Make this option store.hive.optimize_scan_with_native_readers=true default [DRILL-4864] - Add ANSI format for date/time functions [DRILL-4865] - Add ANSI format for

Re: storage for Apache Design Docs

2016-12-06 Thread Arina Yelchiyeva
Thanks, Parth! On Mon, Dec 5, 2016 at 9:42 PM, Parth Chandra <par...@apache.org> wrote: > I put my docs on Github (in my account) as a gist. I also put the docs on > Google docs during the review so people could comment on them. > > > > > On Mon, Dec 5, 2016 a

Apache Drill Hangout Minutes - 12/27/16

2016-12-27 Thread Arina Yelchiyeva
Attendees: John, Vitalli, Roman, Serhii, Arina 1) John: email with NPE during select text file with options (email to user list from Dec 8). It's hard to tell from error what is the reason of the failure. Probably data set is needed to find the root cause. 2) Arina: when in storage plugin is

Re: [HANGOUT] Suggestions for topics for 27/12

2016-12-27 Thread Arina Yelchiyeva
Handout is starting now. On Mon, Dec 26, 2016 at 1:23 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Hi all, > > The bi-weekly hangout is tomorrow (27/12/16, 10 AM PST). If you have any > suggestions > for topics for tomorrow, please add to this thr

[HANGOUT] Suggestions for topics for 27/12

2016-12-26 Thread Arina Yelchiyeva
Hi all, The bi-weekly hangout is tomorrow (27/12/16, 10 AM PST). If you have any suggestions for topics for tomorrow, please add to this thread. We will also ask for topics at the beginning of the hangout. Hangout link: *https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc

Hangouts: 03/21/2017

2017-03-21 Thread Arina Yelchiyeva
Will hangouts be held today? Kind regards Arina

Re: Temporary table issue

2017-04-07 Thread Arina Yelchiyeva
t can work like this also. > > But how to use it with Java collection, Array List which has records > ranging from 5000 - 100,000. > For every different hit, I will be creating a different temporary table. > > > Regards, > Jasbir Singh > > -Original Message- &

Re: Temporary table issue

2017-04-05 Thread Arina Yelchiyeva
HI Jasbir, may be union all and values(1) can help you. Example: create temporary table t1 as select i1, i2 from ( select 0 as i1, 5 as i2 from (values(1)) union all select 5 as i1, 10 as i2 from (values(1))); Kind regards Arina On Wed, Apr 5, 2017 at 7:31 PM,

Re: [VOTE] Release Apache Drill 1.10.0 - rc0

2017-03-09 Thread Arina Yelchiyeva
So far found one issue: https://issues.apache.org/jira/browse/DRILL-5338 Kind regards Arina On Thu, Mar 9, 2017 at 9:31 AM, Jinfeng Ni wrote: > Hello all, > > I'd like to propose the first release candidate (rc0) of Apache Drill, > version 1.10.0. > > The release candidate

Re: [VOTE] Release Apache Drill 1.10.0 - rc0

2017-03-11 Thread Arina Yelchiyeva
Mar 9, 2017, at 8:30 AM, Zelaine Fong <zf...@mapr.com> > wrote: > >> > >> This looks like it’s due to the changes Kunal made in > https://issues.apache.org/jira/browse/DRILL-5190. Looking at the code > changes, it appears that the indentation was

[RESULT] [VOTE] Release Apache Drill 1.11.0 rc0

2017-07-28 Thread Arina Yelchiyeva
The vote passes. Thanks to everyone who has tested the release candidate and given their comments and votes. Final tally: 3x +1 (binding): Parth, Jinfeng, Aman 6x +1 (non-binding): Arina, Kunal, Padma, Abhishek, Sorabh, Khurram No 0s or -1s. I'll start the process for pushing the release

[ANNOUNCE] Apache Drill 1.11.0 Released

2017-07-31 Thread Arina Yelchiyeva
On behalf of the Apache Drill community, I am happy to announce the release of Apache Drill 1.11.0. For information about Apache Drill, and to get involved, visit the project website [1]. This release of Drill provides the following new features and improvements [2]: Cryptography-related

Re: [ANNOUNCE] New PMC member: Arina Ielchiieva

2017-08-03 Thread Arina Yelchiyeva
Thank all you! Kind regards Arina On Thu, Aug 3, 2017 at 5:58 AM, Sudheesh Katkam wrote: > Congratulations and thank you, Arina. > > On Wed, Aug 2, 2017 at 1:38 PM, Paul Rogers wrote: > > > The success of the Drill 1.11 release proves this is a

Re: Why Drill required a special Calcite fork ?

2017-07-17 Thread Arina Yelchiyeva
Hi Muhammad, Link - https://github.com/mapr/incubator-calcite/tree/DrillCalcite1.4.0 Kind regards Arina On Mon, Jul 17, 2017 at 6:52 PM, Muhammad Gelbana wrote: > Could anyone at least just provide a link for that fork's repository please > ? > > > > - Gelbana > > On Sat,

Re: [DISCUSS] Drill 1.11.0 release

2017-07-11 Thread Arina Yelchiyeva
ke it within a certain > > time-frame, we had better defer them into future release, unless > those > > fixes/features are regarded as blocking issues for a new release. > > > > > > > > > > > > > > > &

Re: [DISCUSS] Drill 1.11.0 release

2017-07-11 Thread Arina Yelchiyeva
e let me know your preference. Regardless, I’m going to > start trying to figure out the restrictions so we’ll know for the future. > > Best, > — C > > > > > On Jul 11, 2017, at 05:58, Arina Yelchiyeva <arina.yelchiy...@gmail.com> > wrote: > > > > @Jinfen

Re: [DISCUSS] Drill 1.11.0 release

2017-07-13 Thread Arina Yelchiyeva
eb page [1] - > >>>> > >>>> Please note that Apache Commons Crypto doesn't implement the > >> cryptographic > >>>> algorithm such as AES directly.* It wraps to Openssl or JCE which > >> implement > >>>> the algorithms.* > >>

Re: [DISCUSS] Drill 1.11.0 release

2017-07-14 Thread Arina Yelchiyeva
*Blockers* DRILL-5659 - Parth (done) DRILL-5669 - Boaz Ben-Zvi (fix will be ready in a couple of days) *Possible blockers* NPE on CSV - Paul can you please provide an update? Kind regards Arina On Thu, Jul 13, 2017 at 2:46 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: >

Re: [DISCUSS] Drill 1.11.0 release

2017-07-18 Thread Arina Yelchiyeva
te: > > > I looked into one NPE on CSV. Turns out it is already fixed by previous > > 1.11 PRs, so we’re good. > > > > There is another reported by a user on the user list, but I’ve not heard > > back about getting sample data. Let’s not hold the release fo

Re: [DISCUSS] Drill 1.11.0 release

2017-07-19 Thread Arina Yelchiyeva
RILL-5669: Add a configurable option for minimum memory allocation to > buffered ops > (Commit ID: 4d7a3fe3e7ae52db57b0fd1f0619c6d1d64308c8 ) > > Thanks, > > Boaz > > On 7/18/17, 3:04 AM, "Arina Yelchiyeva" <arina.yelchiy...@gmail.com> > wrote: &g

[VOTE] Release Apache Drill 1.11.0 - rc0

2017-07-25 Thread Arina Yelchiyeva
Hi all, I'd like to propose the first release candidate (rc0) of Apache Drill, version 1.11.0. The release candidate covers a total of 126 resolved JIRAs [1]. Thanks to everyone who contributed to this release. The tarball artifacts are hosted at [2] and the maven artifacts are hosted at [3].

Re: [HANGOUT] Topics for 7/25/17

2017-07-25 Thread Arina Yelchiyeva
t move to 2.8.1 ? > > Thanks, > Padma > > > On Jul 24, 2017, at 9:46 AM, Arina Yelchiyeva <arina.yelchiy...@gmail.com< > mailto:arina.yelchiy...@gmail.com>> wrote: > > Hi all, > > We'll have the hangout tomorrow at the usual time [1]. Any topics to be > discussed? > > [1] https://drill.apache.org/community-resources/ > > Kind regards > Arina > >

Re: [HANGOUT] Topics for 7/25/17

2017-07-25 Thread Arina Yelchiyeva
u all for attending the hangout today. Kind regards Arina On Tue, Jul 25, 2017 at 8:04 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Hangouts is starting now... > > On Tue, Jul 25, 2017 at 7:41 AM, Padma Penumarthy <ppenumar...@mapr.com> > wrote: > >> I

[HANGOUT] Topics for 7/25/17

2017-07-24 Thread Arina Yelchiyeva
Hi all, We'll have the hangout tomorrow at the usual time [1]. Any topics to be discussed? [1] https://drill.apache.org/community-resources/ Kind regards Arina

Re: [DISCUSS] Drill 1.11.0 release

2017-07-24 Thread Arina Yelchiyeva
at 12:15 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Thanks, Boaz! > > Unfortunately, I still see the failures connected to DRILL-5669. > I'll share the details. > > Kind regards > Arina > > On Wed, Jul 19, 2017 at 2:00 AM, Boaz Ben-Zvi <bbe

Re: [DISCUSS] Drill 1.11.0 release

2017-07-04 Thread Arina Yelchiyeva
> Subject: Re: [DISCUSS] Drill 1.11.0 release > > I'm Ok with the pcap format plugin if Pauls comments are also addressed. If > the changes are done before your cutoff deadline,we can merge it in. > > On Thu, Jun 29, 2017 at 12:26 AM, Arina Yelchiyeva < > arina.yelchiy..

Re: [DISCUSS] Drill 1.11.0 release

2017-06-29 Thread Arina Yelchiyeva
Parth, thanks a lot the instructions. On Wed, Jun 28, 2017 at 8:24 PM, Parth Chandra wrote: > FWIW, I put release instructions culled from gists written by previous > release managers into an updated gist here [1] > > HTH > > Parth > > [1]

Re: [DISCUSS] Drill 1.11.0 release

2017-06-29 Thread Arina Yelchiyeva
you have any ETA for the PR? @Paul / Parth I see there is active CR for pcap format PR, do we want to include it in this release as well? Kind regards Arina On Thu, Jun 29, 2017 at 10:05 AM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Parth, thanks a lot the ins

Re: Webui and absolute links

2017-08-07 Thread Arina Yelchiyeva
Hi Jorg, can you please first create Drill Jira and describe the problem there and then link it to your PR? Kind regards Arina On Mon, Aug 7, 2017 at 4:28 AM, Jörg Schad wrote: > Maybe code can express my intentions more clearly: > https://github.com/apache/drill/pull/896

Re: [ANNOUNCE] New Committer: Charles Givre

2017-06-12 Thread Arina Yelchiyeva
Congrats, Charles! On Mon, Jun 12, 2017 at 7:47 PM, Parth Chandra wrote: > The Project Management Committee (PMC) for Apache Drill has invited Charles > Givre to become a committer, and we are pleased to announce that he has > accepted. > > Charles was instrumental in taking

Re: [ANNOUNCE] New PMC Chair of Apache Drill

2017-06-23 Thread Arina Yelchiyeva
Congratulations, Aman! Kind regards Arina > On Jun 23, 2017, at 10:37 PM, Abhishek Girish wrote: > > Congratulations Aman! > >> On Fri, Jun 23, 2017 at 12:06 PM, Parth Chandra wrote: >> >> Hello Drill developers, >> >>I'm very pleased to announce

Re: [DISCUSS] Drill 1.11.0 release

2017-06-26 Thread Arina Yelchiyeva
at Ted submitted. > > Thanks, > — C > > > On Jun 23, 2017, at 07:45, Arina Yelchiyeva <arina.yelchiy...@gmail.com> > wrote: > > > > If there are no objections, I'd like to volunteer. > > > > Kind regards > > Arina > > > > On Fri,

Re: [DISCUSS] Drill 1.11.0 release

2017-06-23 Thread Arina Yelchiyeva
If there are no objections, I'd like to volunteer. Kind regards Arina On Fri, Jun 23, 2017 at 1:20 AM, Parth Chandra wrote: > Hello Drillers, > > It's been three months since the last release and it is time to do the > next one. Does anyone want to volunteer to be the

Re: [ANNOUNCE] New Committer: Paul Rogers

2017-05-19 Thread Arina Yelchiyeva
Congratulations Paul! Well deserved! On Fri, May 19, 2017 at 6:23 PM, Charles Givre wrote: > Congrats Paul!! > > On Fri, May 19, 2017 at 11:22 AM, Aman Sinha wrote: > > > The Project Management Committee (PMC) for Apache Drill has invited Paul > > Rogers

Re: [DISCUSS] Drill 1.12.0 release

2017-10-09 Thread Arina Yelchiyeva
I want to include DRILL-5337 (OpenTSDB plugin), I'll try to finish code review during this week. Kind regards Arina On Mon, Oct 9, 2017 at 4:08 PM, Arina Ielchiieva wrote: > Hi Drillers, > > It's been several months since the last release and it is time to do the > next one.

Re: Checkstyle Unused Imports

2017-09-09 Thread Arina Yelchiyeva
Also I might want to add check style for Apache header (which should be in a form of comment, not Javadoc), agreed code style (like indents etc) and enforced java doc for methods. At least the last two are enforced in Calcite. I used to point to all that stuff during code reviews but if all that

Re: Disable Lilith SOCKET connection by default.

2017-09-01 Thread Arina Yelchiyeva
I don't think that Lilith is critical for running unit tests. Since it is used to view the logs, I guess you can disable it by default but please leave the comment indicating the reason of the change. Kind regards Arina On Thu, Aug 31, 2017 at 2:06 PM, Vova Vysotskyi wrote: >

Re: [DISCUSS] Drill 1.12.0 release

2017-11-27 Thread Arina Yelchiyeva
ance degraded x3 times! Kind regards On Sun, Nov 26, 2017 at 6:15 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Current status: > > DRILL-4779: Kafka storage plugin support (developer - Anil & Kamesh, code > reviewer - Paul) - could not cherry-pick the commit

Re: [DISCUSS] Drill 1.12.0 release

2017-11-26 Thread Arina Yelchiyeva
Kind regards On Sat, Nov 25, 2017 at 11:53 PM, AnilKumar B <akumarb2...@gmail.com> wrote: > Hi Arina, > > Sorry for the delay. Just now we squashed Kafka storage plugin commits into > one commit and pushed. > > Thanks & Regards, > B Anil Kumar. > > On Sat,

Re: [DISCUSS] Drill 1.12.0 release

2017-11-25 Thread Arina Yelchiyeva
rina On Wed, Nov 15, 2017 at 2:38 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Current status, we are close to the code freeze which will happen not > later then the end of the next week. > > Blocker: > DRILL-5917: Ban org.json:json library in Drill (developer -

Re: drill vs hive vs native hbase count

2017-12-13 Thread Arina Yelchiyeva
Hi Dor, I guess you need to provide more information. Environment are using (how many drillbits, where data is located (fs, dfs))? Data format you are querying? How many columns in file? Kind regards Arina On Wed, Dec 13, 2017 at 2:06 PM, Dor Ben Dov wrote: > Anyone ?

Re: drill vs hive vs native hbase count

2017-12-14 Thread Arina Yelchiyeva
jsons. > Does this helps ? > > Regards, > Dor > > -Original Message- > From: Arina Yelchiyeva [mailto:arina.yelchiy...@gmail.com] > Sent: יום ד 13 דצמבר 2017 19:21 > To: dev@drill.apache.org > Subject: Re: drill vs hive vs native hbase count > > Hi Dor, &

Re: [ANNOUNCE] New Committer: Boaz Ben-Zvi

2017-12-13 Thread Arina Yelchiyeva
Congratulations! Kind regards Arina > On Dec 13, 2017, at 10:20 PM, Jinfeng Ni wrote: > > Congratulations and welcome, Boaz! > > > Jinfeng > > >> On Wed, Dec 13, 2017 at 11:17 AM, Robert Hou wrote: >> >> Congratulations, Boaz! >> >> >> --Robert >> >>

Re: JSON reader enhancement

2017-11-18 Thread Arina Yelchiyeva
In general sounds good. If user will apply kvgen / flatten over such 2-D array columns read as string, he will be able to normalize data in the format he wants? Right? Or we need to come up with new function? Kind regards Arina On Fri, Nov 17, 2017 at 10:39 PM, Paul Rogers

Re: [DISCUSS] Drill 1.12.0 release

2017-11-15 Thread Arina Yelchiyeva
or storage plugins. Could you or Paul take a look at the > pull request for this JIRA https://github.com/apache/drill/pull/1032? I > think both of you are familiar with this part. > > > Thanks, > > > Chunhui > > > From: Arina Yelchi

Re: gitbox?

2017-11-01 Thread Arina Yelchiyeva
+1 but as we have communicated on Hangouts committer should be responsible for: 1. making sure that there is only one commit (otherwise ask developer to squash the commits, unless several commits are required) and commit message is according to the Drill standards. 2. all unit tests pass. 3. all

Re: [DISCUSS] Drill 1.12.0 release

2017-11-09 Thread Arina Yelchiyeva
s (developer - Arina, code reviewer - Tim) - waiting for the code review. Kind regards Arina On Fri, Oct 20, 2017 at 1:49 PM, Arina Yelchiyeva < arina.yelchiy...@gmail.com> wrote: > Current status: > > Targeted for 1.12 release: > DRILL-5832: Migrate OperatorFixture to use S

Re: [DISCUSS] Drill 1.12.0 release

2017-11-09 Thread Arina Yelchiyeva
Yes, they are already in master. On Thu, Nov 9, 2017 at 6:05 PM, Charles Givre <cgi...@gmail.com> wrote: > We’re including the Networking functions in this release right? > > > On Nov 9, 2017, at 11:04, Arina Yelchiyeva <arina.yelchiy...@gmail.com> > wrote: > > &

Re: [DISCUSS] Drill 1.12.0 release

2017-11-09 Thread Arina Yelchiyeva
12? In general the code looked pretty good. There was a unit test > missing which the developer submitted and some minor formatting issues > which I’m still waiting on. > Thanks, > —C > > > > > On Nov 9, 2017, at 10:58, Arina Yelchiyeva <arina.yelchiy...@gmail.com>

Re: Drill SASL Forward Compatibility

2017-11-01 Thread Arina Yelchiyeva
Hi Sorabh, regarding your question: > > We have to either back port above forward compatibility fix into 1.10 and > 1.11 or just fix in current release and support forward compatibility post > 1.12+. > Arina/Sudheesh - Please suggest if the analysis and fix sounds good and > what are the

Re: [VOTE] Release Apache Drill 1.12.0 - rc0

2017-12-01 Thread Arina Yelchiyeva
Sorry, incorrectly estimated end date, it should be at 3:00 PM UTC (7:00 AM PST), December 2, 2017. So far we don't have enough votes to accept the release candidate. Please vote! Kind regards Arina On Thu, Nov 30, 2017 at 9:36 PM, Kunal Khatua wrote: > Performed sanity

Re: [VOTE] Release Apache Drill 1.12.0 - rc0

2017-12-02 Thread Arina Yelchiyeva
I guess this sinks the release. I'll prepare new release candidate once issue in DRILL-5702 [1] is fixed. [1] https://issues.apache.org/jira/browse/DRILL-5702 Kind regards Arina On Sat, Dec 2, 2017 at 12:14 PM, Vova Vysotskyi wrote: > Downloaded built archive at [2], ran

Re: [ANNOUNCE] New Committer: Vitalii Diravka

2017-12-11 Thread Arina Yelchiyeva
Congratulations! Kind regards Arina On Mon, Dec 11, 2017 at 8:06 AM, Prasad Nagaraj Subramanya < prasadn...@gmail.com> wrote: > Congratulations Vitali! > > Thanks, > Prasad > > On Sun, Dec 10, 2017 at 9:58 PM, Robert Hou wrote: > > > Congratulations! > > > > > > --Robert > > > >

Re: [IMPORTANT] Gitbox enabled

2018-05-10 Thread Arina Yelchiyeva
Another alternative is to use ssh [1]. [1] https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ Kind regards Arina On Thu, May 10, 2018 at 2:27 AM Vlad Rozov wrote: > See [1] and [2] > > Thank you, > > Vlad > > [1] > >

Re: [Notice] CheckStyle Changes :)

2018-05-11 Thread Arina Yelchiyeva
Nice :) Thanks, Tim! On Fri, May 11, 2018 at 2:28 AM Timothy Farkas wrote: > Hi All, > > Unused imports have been recently disallowed, so Travis and Jenkins will > fail if your PR includes unused imports. To avoid breaking the build, > please rebase your PRs onto the latest

Re: [ANNOUNCE] New Committer: Timothy Farkas

2018-05-25 Thread Arina Yelchiyeva
Congrats, Tim! Kind regards, Arina > On May 25, 2018, at 9:59 PM, Kunal Khatua wrote: > > Congratulations, Timothy ! > > On 5/25/2018 11:58:31 AM, Aman Sinha wrote: > The Project Management Committee (PMC) for Apache Drill has invited Timothy > Farkas

Re: [DISCUSS] case insensitive storage plugin and workspaces names

2018-06-12 Thread Arina Yelchiyeva
2]. > > [1] > https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html > [2] > http://www.postgresqlforbeginners.com/2010/11/gotcha-case-sensitivity.html > > > > On Tue, Jun 12, 2018 at 5:01 AM, Arina Yelchiyeva < > arina.yelchiy...@gmail.com>

Re: [DISCUSS] case insensitive storage plugin and workspaces names

2018-06-13 Thread Arina Yelchiyeva
> > follow SQL rules and be case insensitive. > > > > I believe that, if we sit down and work out exactly what users would > > expect, and what is required to handle both case sensitive and case > > insensitive names, we'll end up with a solution not far from the above -- >

Re: DRILL-6519 Tavis CI timing out

2018-06-29 Thread Arina Yelchiyeva
We are just finalizing the list of tests we are going to be marked as slow. Once done, this would be an easy fix :) Kind regards, Arina On Fri, Jun 29, 2018 at 7:41 PM Charles Givre wrote: > Hi Vitalii > I saw the discussion but is there anything that I can do to prevent this > from happening?

Re: [DISCUSSION] Travis build failures

2018-06-29 Thread Arina Yelchiyeva
Or we can be more radical here and exclude all tests from contib module? On Fri, Jun 29, 2018 at 7:28 PM Vitalii Diravka wrote: > Agree, TestTpchExplain and TestTpchPlanning are fast enough. > TestTpchLimit0 has PlannerTest category, but it is slower than the above > tests. > Actually only

Re: [ANNOUNCE] New PMC member: Vitalii Diravka

2018-06-26 Thread Arina Yelchiyeva
Congratulations, Vitalii! Well deserved! Kind regards, Arina On Tue, Jun 26, 2018 at 9:16 PM Bridget Bevens wrote: > Congratulations, Vitalii! > > On Tue, Jun 26, 2018 at 11:14 AM, Abhishek Girish > wrote: > > > Congratulations, Vitalii! > > > > On Tue, Jun 26, 2018 at 11:12 AM Aman Sinha >

Re: Excessive review comments

2017-10-20 Thread Arina Yelchiyeva
r.com> > > >>> Sent: Thursday, October 19, 2017 9:43:26 AM > > >>> To: dev@drill.apache.org > > >>> Subject: Re: Excessive review comments > > >>> > > >>> Can we simply turn off the feature? I never, ever read the e-mai

Re: [DISCUSS] Drill 1.12.0 release

2017-10-20 Thread Arina Yelchiyeva
atch size limitation > > > > > > The key issue with each of the above is that they each need a committer > > to review. Some have reviews from non-committers. Any volunteers? > > > > > > Thanks, > > > > > > - Paul > > > > > >> On Oct

Re: Excessive review comments

2017-10-19 Thread Arina Yelchiyeva
Agree, I am not sure I saw this feature working as well. All it did it was sending all the emails at once, rather in the process of comments emergence. Kind regards Arina On Thu, Oct 19, 2017 at 6:27 PM, Julian Hyde wrote: > I don’t know whether anything is broken. I believed

Re: Drill Hangout Jan 9, 2018

2018-01-10 Thread Arina Yelchiyeva
> Thank you, > > Vlad > > > On 1/9/18 08:36, Arina Yelchiyeva wrote: > >> Mark Java 8 support as critical for 1.13.0 release? >> For example, in Calcite 1.16 support for Java 7 will be dropped. >> >> >> On Tue, Jan 9, 2018 at 9:34 AM, Aditya Alla

Re: Drill Hangout Jan 9, 2018

2018-01-09 Thread Arina Yelchiyeva
Mark Java 8 support as critical for 1.13.0 release? For example, in Calcite 1.16 support for Java 7 will be dropped. On Tue, Jan 9, 2018 at 9:34 AM, Aditya Allamraju wrote: > Hi Vlad, > > If this is open to everyone in this group, i would like to join this >

Re: [ANNOUNCE] New PMC member: Paul Rogers

2018-01-31 Thread Arina Yelchiyeva
Congratulations, Paul! Well deserved. Kind regards Arina On Wed, Jan 31, 2018 at 10:13 AM, Robert Hou wrote: > Congratulations, Paul! > > > --Robert > > > From: Abhishek Girish > Sent: Tuesday, January 30, 2018 9:31 PM > To:

Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-30 Thread Arina Yelchiyeva
Hi Boaz, it's unfortunate we have to have second iteration of RC. New RC will contain two commits (one from previous iteration) from: https://github.com/apache/drill/pull/1404 https://github.com/apache/drill/pull/1406 But I believe we should merge them into master first before creating new RC.

Re: July Apache Drill board report

2018-07-31 Thread Arina Yelchiyeva
Sure, Charles. I have added point about newly added functions as well. We have so many features / improvements so it's hard to list them all :), that's why also added note in the report that the list is not full. = ## Description: - Drill is a Schema-free SQL Query Engine for Hadoop, NoSQL

Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-31 Thread Arina Yelchiyeva
y cherry-picking the needed commits into the 1.14.0 >> branch. It is about the same (other than different commit IDs). >> >> The master branch has been open for new work. >> >>Thanks, >> >> Boaz >> >> On 7/30/18 1:56 PM, Arina Yelchi

[DISCUSS] sqlline upgrade

2018-08-13 Thread Arina Yelchiyeva
Hi all, currently Apache Drill is using custom version of Sqlline [1]. It has some custom fixes, the importance of which I propose to discuss. *1. Isolation.* Drill supports TRANSACTION_NONE only, default in Sqlline is TRANSACTION_REPEATABLE_READ. Apparently the was not possibility to override

Re: [DISCUSSION] current project state

2018-08-14 Thread Arina Yelchiyeva
1. Regarding Drill metastore, its under investigation, please follow up with DRILL-6552. 2. UDFs: I would not say, it's that quit to write UDFs in Drill. Definitely, it could have been done easier but even for current state we have good manuals. Regarding adding support for different languages

Re: [DISCUSS] sqlline upgrade

2018-08-14 Thread Arina Yelchiyeva
t; > On 8/13/18 10:15 AM, Abhishek Girish wrote: > > > >> +1. Need to try out (2) to understand it's impact on usability. Okay > with > >> (3). Not sure of consequences of (4) - what will happen to options Drill > >> doesn't support? > >> > >> Als

  1   2   >