Hangout Discussion Topics for 08-20-2019

2019-08-19 Thread Jyothsna Reddy
Hello Everyone,
Does anyone have any topics for tomorrow's hangout?

We will start the hangout at 10 AM PST (link
http://meet.google.com/yki-iqdf-tai).

Thank you,
Jyothsna


Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-24 Thread Jyothsna Reddy
Built it from cloning the git branch and unit tests on my Linux VM (time
taken - 43 min).
Tested new features of metadata caching by creating v4 cache files using
new Refresh Metadata commands and manually verified the cache files. Tried
a few queries that use metadata cache and verified results.

The release looks good to me +1.

Thank you,
Jyothsna



[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail_medium=signature_campaign=signaturevirality5;>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail_medium=signature_campaign=signaturevirality5;>
04/24/19,
12:09:52 AM

On Wed, Apr 24, 2019 at 12:09 AM Jyothsna Reddy 
wrote:

> Built it from cloning the git branch and unit tests on my Linux VM (time
> taken - 43 min).
> Tested new features of metadata caching by creating v4 cache files using
> new Refresh Metadata commands and manually verified the cache files. Tried
> a few queries that use metadata cache and verified results.
> Did a few manual tests with REFRESH METADATA by creating the new V4
>
> The release looks good to me +1.
>
> Thank you,
> Jyothsna
>
> On Tue, Apr 23, 2019 at 1:56 PM Sorabh Hamirwasia 
> wrote:
>
>> Hi Volodymyr,
>> The KEYS file on svn will be updated when a release candidate is approved
>> and all the artifacts are copied to the svn.
>>
>> NOTICE is not updated per release so I won't treat it as blocker. But
>> would
>> be good to add it in the wiki below to ensure from next time onwards it's
>> updated.
>>
>> For release I am following this wiki[1] which is part of Parth's
>> repository. I will update it to include both the steps above as well.
>>
>> [1]: https://github.com/parthchandra/drill/wiki/Drill-Release-Process
>>
>> Thanks,
>> Sorabh
>>
>> On Tue, Apr 23, 2019 at 1:19 PM Volodymyr Vysotskyi > >
>> wrote:
>>
>> > Sorabh, could you please add your key to the
>> > https://dist.apache.org/repos/dist/release/drill/KEYS file?
>> >
>> > Not sure that it is a blocker, but the year in NOTICE is 2018.
>> >
>> > Do we have any guides for basic checks for release? If no, it would be
>> good
>> > to introduce such a list of things to check for the release manager.
>> >
>> > Kind regards,
>> > Volodymyr Vysotskyi
>> >
>> >
>> > On Tue, Apr 23, 2019 at 11:09 PM Aman Sinha 
>> wrote:
>> >
>> > > Downloaded source tarball on my Linux VM and built and ran unit tests
>> > > successfully (elapsed time 46 mins).
>> > > Downloaded binary tarball on my Mac  and ran in embedded mode.
>> > > Verified Sorabh's release signature using  gpg --verify
>> > > Checked the maven artifacts are published
>> > > Checked Ran a few queries against TPC-DS SF1 and examined query
>> profiles
>> > in
>> > > the Web UI.  Looked good.
>> > > Did a few manual tests with REFRESH METADATA by creating the new V4
>> > > metadata cache and checked EXPLAIN plans and query results.
>> > > Found an issue with control-c handling and filed DRILL-7198  and
>> noted in
>> > > the JIRA that I don't think it is a blocker.
>> > >
>> > > Overall, release looks good !  +1
>> > >
>> > > Aman
>> > >
>> > >
>> > > On Tue, Apr 23, 2019 at 10:01 AM SorabhApache 
>> wrote:
>> > >
>> > > > Thanks Aman and Volodymyr for discussing on this issue. Just to
>> clarify
>> > > on
>> > > > the thread that RC1 still stands as valid, since the issue is not
>> > blocker
>> > > > anymore.
>> > > >
>> > > > On Tue, Apr 23, 2019 at 9:18 AM Volodymyr Vysotskyi <
>> > > volody...@apache.org>
>> > > > wrote:
>> > > >
>> > > > > Discussed with Aman and concluded that this issue is not a blocker
>> > for
>> > > > the
>> > > > > release.
>> > > > >
>> > > > > Kind regards,
>> > > > > Volodymyr Vysotskyi
>> > > > >
>> > > > >
>> > > > > On Tue, Apr 23, 2019 at 6:39 PM Aman Sinha 
>> > > wrote:
>> > > > >
>> > > > > > Hi Vova,
>> > > > > > I added some thoughts in the DRILL-7195 JIRA.
>> > > > > >
>> > > > > > Aman
>> > > > > >
>> > > > > > On Tue, Apr 23, 2019 at 6:06 AM Volodymyr Vysotskyi <
>

Re: Hangout Discussion Topics for 04-16-2019

2019-04-16 Thread Jyothsna Reddy
Hi All,
The hangout will start at 9:30 AM PST instead of 10 AM PST on 04-18-2019.


Thank you,
Jyothsna




On Tue, Apr 16, 2019 at 2:00 PM Jyothsna Reddy 
wrote:

> Hi Charles,
> Yes, sure!! Probably we can start with your discussion first and Hive
> complex types later since there will be some discussion around the later
> topic.
>
> Thank you,
> Jyothsna
>
>
>
>
> On Tue, Apr 16, 2019 at 1:40 PM Charles Givre  wrote:
>
>> Hi Jyothsna,
>> Could I get a few minutes on the next Hangout to promote the Drill day at
>> ApacheCon?
>> Thanks
>>
>> > On Apr 16, 2019, at 16:38, Jyothsna Reddy 
>> wrote:
>> >
>> > Hi Everyone,
>> >
>> > Here are some key points of today's hangout discussion:
>> >
>> > Sorabh mentioned that there are some regressions in TPCDS queries and
>> its a
>> > blocker for 1.16 release.
>> >
>> > Bohdan presented tehir proposal for Hive Complex types support. Here are
>> > some of the important points
>> >
>> >   - Structure of MapVector : Keys are of primitive type where values can
>> >   be of either primitive or complex type.
>> >   - MapReader and MapWriter are used to read and write from the
>> MapVector
>> >   - MapWriter tracks the current row/length and is used to calculate
>> write
>> >   position and offset
>> >
>> > Following are some of the questions from the audience
>> >
>> >   - Will the types be implicitly casted since calcite supports keys of
>> >   type int and string.
>> >   - Future improvements include sorting the keys for better lookup, Is
>> it
>> >   per row or across all the rows?
>> >
>> > Since there is more to discuss, there will be a hangout session on
>> > 04-18-2019 at 10 AM PST (link
>> > http://meet.google.com/yki-iqdf-tai).
>> >
>> > Thank you,
>> > Jyothsna
>> >
>> >
>> >
>> > On Mon, Apr 15, 2019 at 11:48 AM Bohdan Kazydub <
>> bohdan.kazy...@gmail.com>
>> > wrote:
>> >
>> >> Hello,
>> >> Igor and I would like to discuss Hive Complex types support.
>> >>
>> >> Thanks,
>> >> Bohdan
>> >>
>> >> On Mon, Apr 15, 2019 at 8:47 PM Charles Givre 
>> wrote:
>> >>
>> >>> I’d like to promote the Drill track for ApacheCon.
>> >>>
>> >>> Sent from my iPhone
>> >>>
>> >>>> On Apr 15, 2019, at 13:09, Jyothsna Reddy 
>> >>> wrote:
>> >>>>
>> >>>> Hello Everyone,
>> >>>> Does anyone have any topics for tomorrow's hangout?
>> >>>>
>> >>>> We will start the hangout at 10 AM PST (link
>> >>>> http://meet.google.com/yki-iqdf-tai).
>> >>>>
>> >>>> Thank you,
>> >>>> Jyothsna
>> >>>
>> >>
>>
>>


Re: Hangout Discussion Topics for 04-16-2019

2019-04-16 Thread Jyothsna Reddy
Hi Charles,
Yes, sure!! Probably we can start with your discussion first and Hive
complex types later since there will be some discussion around the later
topic.

Thank you,
Jyothsna




On Tue, Apr 16, 2019 at 1:40 PM Charles Givre  wrote:

> Hi Jyothsna,
> Could I get a few minutes on the next Hangout to promote the Drill day at
> ApacheCon?
> Thanks
>
> > On Apr 16, 2019, at 16:38, Jyothsna Reddy 
> wrote:
> >
> > Hi Everyone,
> >
> > Here are some key points of today's hangout discussion:
> >
> > Sorabh mentioned that there are some regressions in TPCDS queries and
> its a
> > blocker for 1.16 release.
> >
> > Bohdan presented tehir proposal for Hive Complex types support. Here are
> > some of the important points
> >
> >   - Structure of MapVector : Keys are of primitive type where values can
> >   be of either primitive or complex type.
> >   - MapReader and MapWriter are used to read and write from the MapVector
> >   - MapWriter tracks the current row/length and is used to calculate
> write
> >   position and offset
> >
> > Following are some of the questions from the audience
> >
> >   - Will the types be implicitly casted since calcite supports keys of
> >   type int and string.
> >   - Future improvements include sorting the keys for better lookup, Is it
> >   per row or across all the rows?
> >
> > Since there is more to discuss, there will be a hangout session on
> > 04-18-2019 at 10 AM PST (link
> > http://meet.google.com/yki-iqdf-tai).
> >
> > Thank you,
> > Jyothsna
> >
> >
> >
> > On Mon, Apr 15, 2019 at 11:48 AM Bohdan Kazydub <
> bohdan.kazy...@gmail.com>
> > wrote:
> >
> >> Hello,
> >> Igor and I would like to discuss Hive Complex types support.
> >>
> >> Thanks,
> >> Bohdan
> >>
> >> On Mon, Apr 15, 2019 at 8:47 PM Charles Givre  wrote:
> >>
> >>> I’d like to promote the Drill track for ApacheCon.
> >>>
> >>> Sent from my iPhone
> >>>
> >>>> On Apr 15, 2019, at 13:09, Jyothsna Reddy 
> >>> wrote:
> >>>>
> >>>> Hello Everyone,
> >>>> Does anyone have any topics for tomorrow's hangout?
> >>>>
> >>>> We will start the hangout at 10 AM PST (link
> >>>> http://meet.google.com/yki-iqdf-tai).
> >>>>
> >>>> Thank you,
> >>>> Jyothsna
> >>>
> >>
>
>


Re: Hangout Discussion Topics for 04-16-2019

2019-04-16 Thread Jyothsna Reddy
Hi Everyone,

Here are some key points of today's hangout discussion:

Sorabh mentioned that there are some regressions in TPCDS queries and its a
blocker for 1.16 release.

Bohdan presented tehir proposal for Hive Complex types support. Here are
some of the important points

   - Structure of MapVector : Keys are of primitive type where values can
   be of either primitive or complex type.
   - MapReader and MapWriter are used to read and write from the MapVector
   - MapWriter tracks the current row/length and is used to calculate write
   position and offset

Following are some of the questions from the audience

   - Will the types be implicitly casted since calcite supports keys of
   type int and string.
   - Future improvements include sorting the keys for better lookup, Is it
   per row or across all the rows?

Since there is more to discuss, there will be a hangout session on
04-18-2019 at 10 AM PST (link
http://meet.google.com/yki-iqdf-tai).

Thank you,
Jyothsna



On Mon, Apr 15, 2019 at 11:48 AM Bohdan Kazydub 
wrote:

> Hello,
> Igor and I would like to discuss Hive Complex types support.
>
> Thanks,
> Bohdan
>
> On Mon, Apr 15, 2019 at 8:47 PM Charles Givre  wrote:
>
> > I’d like to promote the Drill track for ApacheCon.
> >
> > Sent from my iPhone
> >
> > > On Apr 15, 2019, at 13:09, Jyothsna Reddy 
> > wrote:
> > >
> > > Hello Everyone,
> > > Does anyone have any topics for tomorrow's hangout?
> > >
> > > We will start the hangout at 10 AM PST (link
> > > http://meet.google.com/yki-iqdf-tai).
> > >
> > > Thank you,
> > > Jyothsna
> >
>


Hangout Discussion Topics for 04-16-2019

2019-04-15 Thread Jyothsna Reddy
Hello Everyone,
Does anyone have any topics for tomorrow's hangout?

We will start the hangout at 10 AM PST (link
http://meet.google.com/yki-iqdf-tai).

Thank you,
Jyothsna


Re: [ANNOUNCE] New PMC member: Sorabh Hamirwasia

2019-04-05 Thread Jyothsna Reddy
Congratulations Sorabh :D :D




On Fri, Apr 5, 2019 at 10:29 AM Paul Rogers 
wrote:

> Congratulations Sorabh, well deserved!
>
> - Paul
>
>
>
> On Friday, April 5, 2019, 9:06:37 AM PDT, Arina Ielchiieva <
> ar...@apache.org> wrote:
>
>  I am pleased to announce that Drill PMC invited Sorabh Hamirwasia to
> the PMC and
> he has accepted the invitation.
>
> Congratulations Sorabh and welcome!
>
> - Arina
> (on behalf of Drill PMC)
>


Re: Anouncing Powered-By-Drill page

2019-02-28 Thread Jyothsna Reddy
This is some awesome addition to the website!!



On Thu, Feb 28, 2019 at 9:38 AM Pritesh Maker  wrote:

> This is awesome! Thanks for driving this and also to Aashreya for his
> contribution with creating the page!
>
> On Wed, Feb 27, 2019 at 4:21 PM Abhishek Girish 
> wrote:
>
> > This is great! Thanks for making it happen.
> >
> > On Wed, Feb 27, 2019 at 4:12 PM Kunal Khatua  wrote:
> >
> > > Hi everyone
> > >
> > > It gives me great pleasure in announcing the launch of the "Powered By
> > > Drill" page on the official Apache Drill website :
> > > https://drill.apache.org/poweredBy
> > >
> > > As a start, the page currently has a handful Drill users that shared a
> > > short blurb about their usage in production, and one of them (RedBus)
> > also
> > > has a link to a published blog detailing their usecase.
> > >
> > > We encourage that more users share their usecases in a similar format
> and
> > > hoping to grow this list to represent the true Drill community.
> > >
> > > If you would you like to be included on this page, please reach out by
> > > directly send a message to @ApacheDrill on Twitter or me at kunal[at]
> > > apache.org
> > >
> > > Please do not hesitate to ask any questions you have as well.
> > >
> > > Thank you
> > > Kunal
> > > kunal[at]apache.org
> >
>


Drill Hangout tomorrow 09/18

2018-09-17 Thread Jyothsna Reddy
The Apache Drill Hangout will be held tomorrow at 10:00am PST; please let
us know should you have a topic for tomorrow's hangout. We will also ask
for topics at the beginning of the hangout.

Hangout Link -
https://hangouts.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc

Thank you,
Jyothsna