Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-23 Thread Jinfeng Ni
Some update about 1.8.0 release, per discussion during today's Drill hangout.

Two remaining issues would had better be fixed in 1.8.0 release.

1. DRILL-4857: Performance regression related to parquet meta
partition pruning. Aman has a PR, which will be merged soon.
2. DRILL-4852: Performance regression for count(*) against JSON/CSV
table. The cause of the problem has been identified, and Arina is
currently working on a patch for it.



On Wed, Aug 17, 2016 at 3:10 PM, Jinfeng Ni  wrote:
> Some update about the release candidate.
>
> For the performance regression of partition pruning Dechang
> identified, Aman merged DRILL-4846, which fixed one cause of the
> performance regression. Another JIRA would be opened to fix second
> cause of  regression. Hopefully, we get the fix done in a few days and
> then roll out another release candidate.
>
>
> On Fri, Aug 12, 2016 at 1:26 PM, Jinfeng Ni  wrote:
>> That sinks the RC0.
>>
>> Once this performance issue is fixed, I'll send out RC1 for vote.
>>
>> Thanks to everyone who voted on RC0!
>>
>> Jinfeng
>>
>>
>> On Fri, Aug 12, 2016 at 1:10 PM, Aman Sinha  wrote:
>>> I am changing my vote to a  -1  based on some performance results that
>>> Dechang has obtained for metadata caching.
>>> These are new tests with about 50K files spread over 5K directories that
>>> are showing regression when used with certain types of views containing
>>> SELECT *.
>>> I have asked DC to file a JIRA.   I will investigate the performance issue.
>>>
>>> -Aman
>>>
>>> On Fri, Aug 12, 2016 at 12:43 PM, Abhishek Girish >>
 Just some confirmation required on a minor issue - I get the following for
 version (see blank fields). Is this expected?

 > select * from sys.version;

 *+--++-+--+-
 -+-+*
 *| **version ** | **commit_id ** | **commit_message ** | **commit_time *
 * | **build_email ** | **build_time *
 * |*
 *+--++-+--+-
 -+-+*
 *| *1.8.0   * | *Unknown   * | *   * | ** |
 *Unknown
* | *
 * |*
 *+--++-+--+-
 -+-+*

 1 row selected (0.448 seconds)
 I built from source using [2] with mapr profile.

 On Fri, Aug 12, 2016 at 12:18 PM, Chunhui Shi  wrote:

 > +1
 >
 > Built from source zip file with unit test all passed on Linux
 > Randomly verified DRILL-4825
 >
 >
 > On Fri, Aug 12, 2016 at 3:52 AM, Arina Yelchiyeva <
 > arina.yelchiy...@gmail.com> wrote:
 >
 > > +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 <
 > > ppenumar...@maprtech.com>
 > > wrote:
 > >
 > > > +1
 > > >
 > > > Installed on the cluster and ran some basic queries
 > > > Tried few queries in embedded mode on the mac
 > > >
 > > > Thanks,
 > > > Padma
 > > >
 > > >
 > > > > On Aug 10, 2016, at 10:58 PM, Aman Sinha 
 > wrote:
 > > > >
 > > > > +1  (binding)
 > > > > Downloaded source as well as binary tarballs.
 > > > > Checked git.properties and README.
 > > > > On Linux: Built from source and ran unit tests.
 > > > > On Mac: Installed binary release and ran in embedded mode.
 > > > > Ran a few queries that exercise new features and looked at query
 > > profiles
 > > > > in Web UI.
 > > > >
 > > > > LGTM.
 > > > >
 > > > > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
 > > > wrote:
 > > > >
 > > > >> +1
 > > > >>
 > > > >> Verified source tarball and checked the signatures.
 > > > >> Built from source. (Linux)
 > > > >> Built C++ client from source
 > > > >> Ran some test queries
 > > > >>
 > > > >> Looks good.
 > > > >>
 > > > >>
 > > > >>
 > > > >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu 
 > wrote:
 > > > >>
 > > > >>> +1.
 > > > >>> run tpch regression test on it, LGTM.
 > > > >>>
 > > > >>>
 > > > >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni <
 jinfengn...@gmail.com>
 > > > >> wrote:
 > > > >>>
 > > >  Hello all,
 > > > 
 > > >  I'd like to propose the zeroth release candidate (rc0) of Apache
 > > >  Drill, version 1.8.0. It covers a total of 37 resolved JIRAs
 [1].
 > > >  Thanks to everyone who contributed to this release.
 > > > 
 > > >  The tarball artifacts are hosted at [2] and the maven 

Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-17 Thread Jinfeng Ni
Some update about the release candidate.

For the performance regression of partition pruning Dechang
identified, Aman merged DRILL-4846, which fixed one cause of the
performance regression. Another JIRA would be opened to fix second
cause of  regression. Hopefully, we get the fix done in a few days and
then roll out another release candidate.


On Fri, Aug 12, 2016 at 1:26 PM, Jinfeng Ni  wrote:
> That sinks the RC0.
>
> Once this performance issue is fixed, I'll send out RC1 for vote.
>
> Thanks to everyone who voted on RC0!
>
> Jinfeng
>
>
> On Fri, Aug 12, 2016 at 1:10 PM, Aman Sinha  wrote:
>> I am changing my vote to a  -1  based on some performance results that
>> Dechang has obtained for metadata caching.
>> These are new tests with about 50K files spread over 5K directories that
>> are showing regression when used with certain types of views containing
>> SELECT *.
>> I have asked DC to file a JIRA.   I will investigate the performance issue.
>>
>> -Aman
>>
>> On Fri, Aug 12, 2016 at 12:43 PM, Abhishek Girish >> wrote:
>>
>>> Just some confirmation required on a minor issue - I get the following for
>>> version (see blank fields). Is this expected?
>>>
>>> > select * from sys.version;
>>>
>>> *+--++-+--+-
>>> -+-+*
>>> *| **version ** | **commit_id ** | **commit_message ** | **commit_time *
>>> * | **build_email ** | **build_time *
>>> * |*
>>> *+--++-+--+-
>>> -+-+*
>>> *| *1.8.0   * | *Unknown   * | *   * | ** |
>>> *Unknown
>>>* | *
>>> * |*
>>> *+--++-+--+-
>>> -+-+*
>>>
>>> 1 row selected (0.448 seconds)
>>> I built from source using [2] with mapr profile.
>>>
>>> On Fri, Aug 12, 2016 at 12:18 PM, Chunhui Shi  wrote:
>>>
>>> > +1
>>> >
>>> > Built from source zip file with unit test all passed on Linux
>>> > Randomly verified DRILL-4825
>>> >
>>> >
>>> > On Fri, Aug 12, 2016 at 3:52 AM, Arina Yelchiyeva <
>>> > arina.yelchiy...@gmail.com> wrote:
>>> >
>>> > > +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 <
>>> > > ppenumar...@maprtech.com>
>>> > > wrote:
>>> > >
>>> > > > +1
>>> > > >
>>> > > > Installed on the cluster and ran some basic queries
>>> > > > Tried few queries in embedded mode on the mac
>>> > > >
>>> > > > Thanks,
>>> > > > Padma
>>> > > >
>>> > > >
>>> > > > > On Aug 10, 2016, at 10:58 PM, Aman Sinha 
>>> > wrote:
>>> > > > >
>>> > > > > +1  (binding)
>>> > > > > Downloaded source as well as binary tarballs.
>>> > > > > Checked git.properties and README.
>>> > > > > On Linux: Built from source and ran unit tests.
>>> > > > > On Mac: Installed binary release and ran in embedded mode.
>>> > > > > Ran a few queries that exercise new features and looked at query
>>> > > profiles
>>> > > > > in Web UI.
>>> > > > >
>>> > > > > LGTM.
>>> > > > >
>>> > > > > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
>>> > > > wrote:
>>> > > > >
>>> > > > >> +1
>>> > > > >>
>>> > > > >> Verified source tarball and checked the signatures.
>>> > > > >> Built from source. (Linux)
>>> > > > >> Built C++ client from source
>>> > > > >> Ran some test queries
>>> > > > >>
>>> > > > >> Looks good.
>>> > > > >>
>>> > > > >>
>>> > > > >>
>>> > > > >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu 
>>> > wrote:
>>> > > > >>
>>> > > > >>> +1.
>>> > > > >>> run tpch regression test on it, LGTM.
>>> > > > >>>
>>> > > > >>>
>>> > > > >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni <
>>> jinfengn...@gmail.com>
>>> > > > >> wrote:
>>> > > > >>>
>>> > > >  Hello all,
>>> > > > 
>>> > > >  I'd like to propose the zeroth release candidate (rc0) of Apache
>>> > > >  Drill, version 1.8.0. It covers a total of 37 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].
>>> > > > 
>>> > > >  This release candidate is based on commit
>>> > > >  e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
>>> > > > 
>>> > > >  The vote will be open for the next ~72 hours ending at 10:00 PM
>>> > > >  Pacific, August 12, 2016.
>>> > > > 
>>> > > >  [ ] +1
>>> > > >  [ ] +0
>>> > > >  [ ] -1
>>> > > > 
>>> > > >  Here's my vote: +1
>>> > > > 
>>> > > >  Thanks,
>>> > > > 
>>> > > >  Jinfeng
>>> > > > 
>>> > > >  [1]
>>> > > >  https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>>> > > 

Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-12 Thread Jinfeng Ni
That sinks the RC0.

Once this performance issue is fixed, I'll send out RC1 for vote.

Thanks to everyone who voted on RC0!

Jinfeng


On Fri, Aug 12, 2016 at 1:10 PM, Aman Sinha  wrote:
> I am changing my vote to a  -1  based on some performance results that
> Dechang has obtained for metadata caching.
> These are new tests with about 50K files spread over 5K directories that
> are showing regression when used with certain types of views containing
> SELECT *.
> I have asked DC to file a JIRA.   I will investigate the performance issue.
>
> -Aman
>
> On Fri, Aug 12, 2016 at 12:43 PM, Abhishek Girish > wrote:
>
>> Just some confirmation required on a minor issue - I get the following for
>> version (see blank fields). Is this expected?
>>
>> > select * from sys.version;
>>
>> *+--++-+--+-
>> -+-+*
>> *| **version ** | **commit_id ** | **commit_message ** | **commit_time *
>> * | **build_email ** | **build_time *
>> * |*
>> *+--++-+--+-
>> -+-+*
>> *| *1.8.0   * | *Unknown   * | *   * | ** |
>> *Unknown
>>* | *
>> * |*
>> *+--++-+--+-
>> -+-+*
>>
>> 1 row selected (0.448 seconds)
>> I built from source using [2] with mapr profile.
>>
>> On Fri, Aug 12, 2016 at 12:18 PM, Chunhui Shi  wrote:
>>
>> > +1
>> >
>> > Built from source zip file with unit test all passed on Linux
>> > Randomly verified DRILL-4825
>> >
>> >
>> > On Fri, Aug 12, 2016 at 3:52 AM, Arina Yelchiyeva <
>> > arina.yelchiy...@gmail.com> wrote:
>> >
>> > > +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 <
>> > > ppenumar...@maprtech.com>
>> > > wrote:
>> > >
>> > > > +1
>> > > >
>> > > > Installed on the cluster and ran some basic queries
>> > > > Tried few queries in embedded mode on the mac
>> > > >
>> > > > Thanks,
>> > > > Padma
>> > > >
>> > > >
>> > > > > On Aug 10, 2016, at 10:58 PM, Aman Sinha 
>> > wrote:
>> > > > >
>> > > > > +1  (binding)
>> > > > > Downloaded source as well as binary tarballs.
>> > > > > Checked git.properties and README.
>> > > > > On Linux: Built from source and ran unit tests.
>> > > > > On Mac: Installed binary release and ran in embedded mode.
>> > > > > Ran a few queries that exercise new features and looked at query
>> > > profiles
>> > > > > in Web UI.
>> > > > >
>> > > > > LGTM.
>> > > > >
>> > > > > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
>> > > > wrote:
>> > > > >
>> > > > >> +1
>> > > > >>
>> > > > >> Verified source tarball and checked the signatures.
>> > > > >> Built from source. (Linux)
>> > > > >> Built C++ client from source
>> > > > >> Ran some test queries
>> > > > >>
>> > > > >> Looks good.
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu 
>> > wrote:
>> > > > >>
>> > > > >>> +1.
>> > > > >>> run tpch regression test on it, LGTM.
>> > > > >>>
>> > > > >>>
>> > > > >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni <
>> jinfengn...@gmail.com>
>> > > > >> wrote:
>> > > > >>>
>> > > >  Hello all,
>> > > > 
>> > > >  I'd like to propose the zeroth release candidate (rc0) of Apache
>> > > >  Drill, version 1.8.0. It covers a total of 37 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].
>> > > > 
>> > > >  This release candidate is based on commit
>> > > >  e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
>> > > > 
>> > > >  The vote will be open for the next ~72 hours ending at 10:00 PM
>> > > >  Pacific, August 12, 2016.
>> > > > 
>> > > >  [ ] +1
>> > > >  [ ] +0
>> > > >  [ ] -1
>> > > > 
>> > > >  Here's my vote: +1
>> > > > 
>> > > >  Thanks,
>> > > > 
>> > > >  Jinfeng
>> > > > 
>> > > >  [1]
>> > > >  https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>> > > >  version=12334768==12313820=
>> > > >  Create_token=A5KQ-2QAV-T4JA-FDED%
>> > 7Cb9b453c1c790b30e573bfa12f498
>> > > >  1c49667bee0a%7Clout
>> > > >  [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
>> > > >  [3] https://repository.apache.org/content/repositories/
>> > > >  orgapachedrill-1033/
>> > > >  [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
>> > > > 
>> > > > >>>
>> > > > >>
>> > > >
>> > > >
>> > >
>> >
>>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-12 Thread Aman Sinha
I am changing my vote to a  -1  based on some performance results that
Dechang has obtained for metadata caching.
These are new tests with about 50K files spread over 5K directories that
are showing regression when used with certain types of views containing
SELECT *.
I have asked DC to file a JIRA.   I will investigate the performance issue.

-Aman

On Fri, Aug 12, 2016 at 12:43 PM, Abhishek Girish  wrote:

> Just some confirmation required on a minor issue - I get the following for
> version (see blank fields). Is this expected?
>
> > select * from sys.version;
>
> *+--++-+--+-
> -+-+*
> *| **version ** | **commit_id ** | **commit_message ** | **commit_time *
> * | **build_email ** | **build_time *
> * |*
> *+--++-+--+-
> -+-+*
> *| *1.8.0   * | *Unknown   * | *   * | ** |
> *Unknown
>* | *
> * |*
> *+--++-+--+-
> -+-+*
>
> 1 row selected (0.448 seconds)
> I built from source using [2] with mapr profile.
>
> On Fri, Aug 12, 2016 at 12:18 PM, Chunhui Shi  wrote:
>
> > +1
> >
> > Built from source zip file with unit test all passed on Linux
> > Randomly verified DRILL-4825
> >
> >
> > On Fri, Aug 12, 2016 at 3:52 AM, Arina Yelchiyeva <
> > arina.yelchiy...@gmail.com> wrote:
> >
> > > +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 <
> > > ppenumar...@maprtech.com>
> > > wrote:
> > >
> > > > +1
> > > >
> > > > Installed on the cluster and ran some basic queries
> > > > Tried few queries in embedded mode on the mac
> > > >
> > > > Thanks,
> > > > Padma
> > > >
> > > >
> > > > > On Aug 10, 2016, at 10:58 PM, Aman Sinha 
> > wrote:
> > > > >
> > > > > +1  (binding)
> > > > > Downloaded source as well as binary tarballs.
> > > > > Checked git.properties and README.
> > > > > On Linux: Built from source and ran unit tests.
> > > > > On Mac: Installed binary release and ran in embedded mode.
> > > > > Ran a few queries that exercise new features and looked at query
> > > profiles
> > > > > in Web UI.
> > > > >
> > > > > LGTM.
> > > > >
> > > > > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
> > > > wrote:
> > > > >
> > > > >> +1
> > > > >>
> > > > >> Verified source tarball and checked the signatures.
> > > > >> Built from source. (Linux)
> > > > >> Built C++ client from source
> > > > >> Ran some test queries
> > > > >>
> > > > >> Looks good.
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu 
> > wrote:
> > > > >>
> > > > >>> +1.
> > > > >>> run tpch regression test on it, LGTM.
> > > > >>>
> > > > >>>
> > > > >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni <
> jinfengn...@gmail.com>
> > > > >> wrote:
> > > > >>>
> > > >  Hello all,
> > > > 
> > > >  I'd like to propose the zeroth release candidate (rc0) of Apache
> > > >  Drill, version 1.8.0. It covers a total of 37 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].
> > > > 
> > > >  This release candidate is based on commit
> > > >  e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> > > > 
> > > >  The vote will be open for the next ~72 hours ending at 10:00 PM
> > > >  Pacific, August 12, 2016.
> > > > 
> > > >  [ ] +1
> > > >  [ ] +0
> > > >  [ ] -1
> > > > 
> > > >  Here's my vote: +1
> > > > 
> > > >  Thanks,
> > > > 
> > > >  Jinfeng
> > > > 
> > > >  [1]
> > > >  https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > > >  version=12334768==12313820=
> > > >  Create_token=A5KQ-2QAV-T4JA-FDED%
> > 7Cb9b453c1c790b30e573bfa12f498
> > > >  1c49667bee0a%7Clout
> > > >  [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> > > >  [3] https://repository.apache.org/content/repositories/
> > > >  orgapachedrill-1033/
> > > >  [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> > > > 
> > > > >>>
> > > > >>
> > > >
> > > >
> > >
> >
>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-12 Thread Abhishek Girish
Just some confirmation required on a minor issue - I get the following for
version (see blank fields). Is this expected?

> select * from sys.version;

*+--++-+--+--+-+*
*| **version ** | **commit_id ** | **commit_message ** | **commit_time *
* | **build_email ** | **build_time *
* |*
*+--++-+--+--+-+*
*| *1.8.0   * | *Unknown   * | *   * | ** | *Unknown
   * | *
* |*
*+--++-+--+--+-+*

1 row selected (0.448 seconds)
I built from source using [2] with mapr profile.

On Fri, Aug 12, 2016 at 12:18 PM, Chunhui Shi  wrote:

> +1
>
> Built from source zip file with unit test all passed on Linux
> Randomly verified DRILL-4825
>
>
> On Fri, Aug 12, 2016 at 3:52 AM, Arina Yelchiyeva <
> arina.yelchiy...@gmail.com> wrote:
>
> > +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 <
> > ppenumar...@maprtech.com>
> > wrote:
> >
> > > +1
> > >
> > > Installed on the cluster and ran some basic queries
> > > Tried few queries in embedded mode on the mac
> > >
> > > Thanks,
> > > Padma
> > >
> > >
> > > > On Aug 10, 2016, at 10:58 PM, Aman Sinha 
> wrote:
> > > >
> > > > +1  (binding)
> > > > Downloaded source as well as binary tarballs.
> > > > Checked git.properties and README.
> > > > On Linux: Built from source and ran unit tests.
> > > > On Mac: Installed binary release and ran in embedded mode.
> > > > Ran a few queries that exercise new features and looked at query
> > profiles
> > > > in Web UI.
> > > >
> > > > LGTM.
> > > >
> > > > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
> > > wrote:
> > > >
> > > >> +1
> > > >>
> > > >> Verified source tarball and checked the signatures.
> > > >> Built from source. (Linux)
> > > >> Built C++ client from source
> > > >> Ran some test queries
> > > >>
> > > >> Looks good.
> > > >>
> > > >>
> > > >>
> > > >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu 
> wrote:
> > > >>
> > > >>> +1.
> > > >>> run tpch regression test on it, LGTM.
> > > >>>
> > > >>>
> > > >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni 
> > > >> wrote:
> > > >>>
> > >  Hello all,
> > > 
> > >  I'd like to propose the zeroth release candidate (rc0) of Apache
> > >  Drill, version 1.8.0. It covers a total of 37 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].
> > > 
> > >  This release candidate is based on commit
> > >  e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> > > 
> > >  The vote will be open for the next ~72 hours ending at 10:00 PM
> > >  Pacific, August 12, 2016.
> > > 
> > >  [ ] +1
> > >  [ ] +0
> > >  [ ] -1
> > > 
> > >  Here's my vote: +1
> > > 
> > >  Thanks,
> > > 
> > >  Jinfeng
> > > 
> > >  [1]
> > >  https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > >  version=12334768==12313820=
> > >  Create_token=A5KQ-2QAV-T4JA-FDED%
> 7Cb9b453c1c790b30e573bfa12f498
> > >  1c49667bee0a%7Clout
> > >  [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> > >  [3] https://repository.apache.org/content/repositories/
> > >  orgapachedrill-1033/
> > >  [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> > > 
> > > >>>
> > > >>
> > >
> > >
> >
>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-12 Thread Chunhui Shi
+1

Built from source zip file with unit test all passed on Linux
Randomly verified DRILL-4825


On Fri, Aug 12, 2016 at 3:52 AM, Arina Yelchiyeva <
arina.yelchiy...@gmail.com> wrote:

> +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 <
> ppenumar...@maprtech.com>
> wrote:
>
> > +1
> >
> > Installed on the cluster and ran some basic queries
> > Tried few queries in embedded mode on the mac
> >
> > Thanks,
> > Padma
> >
> >
> > > On Aug 10, 2016, at 10:58 PM, Aman Sinha  wrote:
> > >
> > > +1  (binding)
> > > Downloaded source as well as binary tarballs.
> > > Checked git.properties and README.
> > > On Linux: Built from source and ran unit tests.
> > > On Mac: Installed binary release and ran in embedded mode.
> > > Ran a few queries that exercise new features and looked at query
> profiles
> > > in Web UI.
> > >
> > > LGTM.
> > >
> > > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
> > wrote:
> > >
> > >> +1
> > >>
> > >> Verified source tarball and checked the signatures.
> > >> Built from source. (Linux)
> > >> Built C++ client from source
> > >> Ran some test queries
> > >>
> > >> Looks good.
> > >>
> > >>
> > >>
> > >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu  wrote:
> > >>
> > >>> +1.
> > >>> run tpch regression test on it, LGTM.
> > >>>
> > >>>
> > >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni 
> > >> wrote:
> > >>>
> >  Hello all,
> > 
> >  I'd like to propose the zeroth release candidate (rc0) of Apache
> >  Drill, version 1.8.0. It covers a total of 37 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].
> > 
> >  This release candidate is based on commit
> >  e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> > 
> >  The vote will be open for the next ~72 hours ending at 10:00 PM
> >  Pacific, August 12, 2016.
> > 
> >  [ ] +1
> >  [ ] +0
> >  [ ] -1
> > 
> >  Here's my vote: +1
> > 
> >  Thanks,
> > 
> >  Jinfeng
> > 
> >  [1]
> >  https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> >  version=12334768==12313820=
> >  Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
> >  1c49667bee0a%7Clout
> >  [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> >  [3] https://repository.apache.org/content/repositories/
> >  orgapachedrill-1033/
> >  [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> > 
> > >>>
> > >>
> >
> >
>


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
> Tried few queries in embedded mode on the mac
>
> Thanks,
> Padma
>
>
> > On Aug 10, 2016, at 10:58 PM, Aman Sinha  wrote:
> >
> > +1  (binding)
> > Downloaded source as well as binary tarballs.
> > Checked git.properties and README.
> > On Linux: Built from source and ran unit tests.
> > On Mac: Installed binary release and ran in embedded mode.
> > Ran a few queries that exercise new features and looked at query profiles
> > in Web UI.
> >
> > LGTM.
> >
> > On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra 
> wrote:
> >
> >> +1
> >>
> >> Verified source tarball and checked the signatures.
> >> Built from source. (Linux)
> >> Built C++ client from source
> >> Ran some test queries
> >>
> >> Looks good.
> >>
> >>
> >>
> >> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu  wrote:
> >>
> >>> +1.
> >>> run tpch regression test on it, LGTM.
> >>>
> >>>
> >>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni 
> >> wrote:
> >>>
>  Hello all,
> 
>  I'd like to propose the zeroth release candidate (rc0) of Apache
>  Drill, version 1.8.0. It covers a total of 37 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].
> 
>  This release candidate is based on commit
>  e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> 
>  The vote will be open for the next ~72 hours ending at 10:00 PM
>  Pacific, August 12, 2016.
> 
>  [ ] +1
>  [ ] +0
>  [ ] -1
> 
>  Here's my vote: +1
> 
>  Thanks,
> 
>  Jinfeng
> 
>  [1]
>  https://issues.apache.org/jira/secure/ReleaseNote.jspa?
>  version=12334768==12313820=
>  Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
>  1c49667bee0a%7Clout
>  [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
>  [3] https://repository.apache.org/content/repositories/
>  orgapachedrill-1033/
>  [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> 
> >>>
> >>
>
>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-12 Thread Padma Penumarthy
+1

Installed on the cluster and ran some basic queries
Tried few queries in embedded mode on the mac 

Thanks,
Padma


> On Aug 10, 2016, at 10:58 PM, Aman Sinha  wrote:
> 
> +1  (binding)
> Downloaded source as well as binary tarballs.
> Checked git.properties and README.
> On Linux: Built from source and ran unit tests.
> On Mac: Installed binary release and ran in embedded mode.
> Ran a few queries that exercise new features and looked at query profiles
> in Web UI.
> 
> LGTM.
> 
> On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra  wrote:
> 
>> +1
>> 
>> Verified source tarball and checked the signatures.
>> Built from source. (Linux)
>> Built C++ client from source
>> Ran some test queries
>> 
>> Looks good.
>> 
>> 
>> 
>> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu  wrote:
>> 
>>> +1.
>>> run tpch regression test on it, LGTM.
>>> 
>>> 
>>> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni 
>> wrote:
>>> 
 Hello all,
 
 I'd like to propose the zeroth release candidate (rc0) of Apache
 Drill, version 1.8.0. It covers a total of 37 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].
 
 This release candidate is based on commit
 e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
 
 The vote will be open for the next ~72 hours ending at 10:00 PM
 Pacific, August 12, 2016.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 Here's my vote: +1
 
 Thanks,
 
 Jinfeng
 
 [1]
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?
 version=12334768==12313820=
 Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
 1c49667bee0a%7Clout
 [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
 [3] https://repository.apache.org/content/repositories/
 orgapachedrill-1033/
 [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
 
>>> 
>> 



Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-11 Thread Zelaine Fong
+1 (non-binding)

Downloaded build
Ran some ad-hoc queries
Verified a random bug fixed in the release (DRILL-3149)

-- Zelaine

On Wed, Aug 10, 2016 at 10:58 PM, Aman Sinha  wrote:

> +1  (binding)
> Downloaded source as well as binary tarballs.
> Checked git.properties and README.
> On Linux: Built from source and ran unit tests.
> On Mac: Installed binary release and ran in embedded mode.
> Ran a few queries that exercise new features and looked at query profiles
> in Web UI.
>
> LGTM.
>
> On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra  wrote:
>
> > +1
> >
> > Verified source tarball and checked the signatures.
> > Built from source. (Linux)
> > Built C++ client from source
> > Ran some test queries
> >
> > Looks good.
> >
> >
> >
> > On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu  wrote:
> >
> > > +1.
> > > run tpch regression test on it, LGTM.
> > >
> > >
> > > On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni 
> > wrote:
> > >
> > > > Hello all,
> > > >
> > > > I'd like to propose the zeroth release candidate (rc0) of Apache
> > > > Drill, version 1.8.0. It covers a total of 37 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].
> > > >
> > > > This release candidate is based on commit
> > > > e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> > > >
> > > > The vote will be open for the next ~72 hours ending at 10:00 PM
> > > > Pacific, August 12, 2016.
> > > >
> > > > [ ] +1
> > > > [ ] +0
> > > > [ ] -1
> > > >
> > > > Here's my vote: +1
> > > >
> > > > Thanks,
> > > >
> > > > Jinfeng
> > > >
> > > > [1]
> > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > > > version=12334768==12313820=
> > > > Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
> > > > 1c49667bee0a%7Clout
> > > > [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> > > > [3] https://repository.apache.org/content/repositories/
> > > > orgapachedrill-1033/
> > > > [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> > > >
> > >
> >
>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-10 Thread Aman Sinha
+1  (binding)
Downloaded source as well as binary tarballs.
Checked git.properties and README.
On Linux: Built from source and ran unit tests.
On Mac: Installed binary release and ran in embedded mode.
Ran a few queries that exercise new features and looked at query profiles
in Web UI.

LGTM.

On Wed, Aug 10, 2016 at 5:44 PM, Parth Chandra  wrote:

> +1
>
> Verified source tarball and checked the signatures.
> Built from source. (Linux)
> Built C++ client from source
> Ran some test queries
>
> Looks good.
>
>
>
> On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu  wrote:
>
> > +1.
> > run tpch regression test on it, LGTM.
> >
> >
> > On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni 
> wrote:
> >
> > > Hello all,
> > >
> > > I'd like to propose the zeroth release candidate (rc0) of Apache
> > > Drill, version 1.8.0. It covers a total of 37 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].
> > >
> > > This release candidate is based on commit
> > > e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> > >
> > > The vote will be open for the next ~72 hours ending at 10:00 PM
> > > Pacific, August 12, 2016.
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> > > Here's my vote: +1
> > >
> > > Thanks,
> > >
> > > Jinfeng
> > >
> > > [1]
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > > version=12334768==12313820=
> > > Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
> > > 1c49667bee0a%7Clout
> > > [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> > > [3] https://repository.apache.org/content/repositories/
> > > orgapachedrill-1033/
> > > [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> > >
> >
>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-10 Thread Parth Chandra
+1

Verified source tarball and checked the signatures.
Built from source. (Linux)
Built C++ client from source
Ran some test queries

Looks good.



On Wed, Aug 10, 2016 at 1:19 PM, Dechang Gu  wrote:

> +1.
> run tpch regression test on it, LGTM.
>
>
> On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni  wrote:
>
> > Hello all,
> >
> > I'd like to propose the zeroth release candidate (rc0) of Apache
> > Drill, version 1.8.0. It covers a total of 37 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].
> >
> > This release candidate is based on commit
> > e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
> >
> > The vote will be open for the next ~72 hours ending at 10:00 PM
> > Pacific, August 12, 2016.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > Here's my vote: +1
> >
> > Thanks,
> >
> > Jinfeng
> >
> > [1]
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > version=12334768==12313820=
> > Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
> > 1c49667bee0a%7Clout
> > [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> > [3] https://repository.apache.org/content/repositories/
> > orgapachedrill-1033/
> > [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
> >
>


Re: [VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-10 Thread Dechang Gu
+1.
run tpch regression test on it, LGTM.


On Tue, Aug 9, 2016 at 9:26 PM, Jinfeng Ni  wrote:

> Hello all,
>
> I'd like to propose the zeroth release candidate (rc0) of Apache
> Drill, version 1.8.0. It covers a total of 37 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].
>
> This release candidate is based on commit
> e148d66e1945bff5397f502dc75b65033bba4811 located at [4].
>
> The vote will be open for the next ~72 hours ending at 10:00 PM
> Pacific, August 12, 2016.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my vote: +1
>
> Thanks,
>
> Jinfeng
>
> [1]
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> version=12334768==12313820=
> Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f498
> 1c49667bee0a%7Clout
> [2] http://home.apache.org/~jni/drill/1.8.0/rc0/
> [3] https://repository.apache.org/content/repositories/
> orgapachedrill-1033/
> [4] https://github.com/jinfengni/incubator-drill/tree/1.8.0
>


[VOTE] Release Apache Drill 1.8.0 - rc0

2016-08-09 Thread Jinfeng Ni
Hello all,

I'd like to propose the zeroth release candidate (rc0) of Apache
Drill, version 1.8.0. It covers a total of 37 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].

This release candidate is based on commit
e148d66e1945bff5397f502dc75b65033bba4811 located at [4].

The vote will be open for the next ~72 hours ending at 10:00 PM
Pacific, August 12, 2016.

[ ] +1
[ ] +0
[ ] -1

Here's my vote: +1

Thanks,

Jinfeng

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334768==12313820=Create_token=A5KQ-2QAV-T4JA-FDED%7Cb9b453c1c790b30e573bfa12f4981c49667bee0a%7Clout
[2] http://home.apache.org/~jni/drill/1.8.0/rc0/
[3] https://repository.apache.org/content/repositories/orgapachedrill-1033/
[4] https://github.com/jinfengni/incubator-drill/tree/1.8.0