Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-31 Thread Arina Yelchiyeva
Please disregard this email, found new email thread for RC2.

On Tue, Jul 31, 2018 at 7:30 PM Arina Ielchiieva  wrote:

> Used the following links for the verification, since last email does not
> provide any.
>
> https://repository.apache.org/content/repositories/orgapachedrill-1050/
> https://github.com/apache/drill/tree/1.14.0
> http://home.apache.org/~boaz/drill/releases/1.14.0/rc2/
>
> Built from source, ran unit tests, also Functional and Advanced tests.
> Downloaded tar.gz and started Drill in embedded mode on Windows.
> On both installations ran random queries against system tables and files
> (mostly long-running queries).
> Also checked Web UI (plugins export, jstack copy, profiles display,
> exceptions display for invalid queries).
>
> +1 (binding)
>
> Kind regards,
> Arina
>
> On Tue, Jul 31, 2018 at 1:02 AM Boaz Ben-Zvi  wrote:
>
>>  Hi Arina,
>>
>> The RC1 (and now RC2) are being built in a separate branch - 1.14.0 ;
>> building the RC.. over the master would require a forced push (as the top
>> of master is marked 1.15.0-SNAPSHOT).
>>
>> We can just work by 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 Yelchiyeva wrote:
>>
>> 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. Both has passed CR, so it's OK to merge them.
>>
>> Kind regards,
>> Arina
>>
>> On Mon, Jul 30, 2018 at 11:48 PM Boaz Ben-Zvi  wrote:
>>
>>>OK -- RC1 is off; will produce RC2 soon with the PR #1406 (and thanks
>>> Vitalii for the other comments)
>>>
>>>   Boaz
>>>
>>>
>>> On 7/30/18 9:53 AM, Charles Givre wrote:
>>> > I attempted to build from source and got the following errors:
>>> >
>>> > Results :
>>> >
>>> > Failed tests:
>>> >
>>> TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103
>>>
>>> > Found unwanted pattern in plan: DynamicPojoRecordReader
>>> > 00-00Screen
>>> > 00-01 Project(cnt_str=[$0], cnt_total=[$1])
>>> > 00-02 Scan(groupscan=[files =
>>> >
>>> [/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet,
>>>
>>> >
>>> /Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet],
>>>
>>> > numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])
>>> >
>>> >
>>> > Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156
>>> >
>>> >
>>> >
>>> >
>>> >> On Jul 30, 2018, at 11:17, Vitalii Diravka >> >> > wrote:
>>> >>
>>> >> Hi all!
>>> >>
>>> >> I'm in the process of verifying the Drill RC1.
>>> >> And I always get BUILD FAILURE for "mvn clean install". It is related
>>> to
>>> >> DRILL-6641 (PR is on review).
>>> >> It fails randomly from Jira description, but for me the test fails
>>> every
>>> >> time.
>>> >> Does anybody else have this issue? Or maybe it is my local environment
>>> >> setup causes it.
>>> >> I want to be sure, since I can not validate RC1 without clean build
>>> with
>>> >> unit tests.
>>> >>
>>> >> Boaz, could you please edit the [1] link, I assume it should be
>>> >>
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097
>>> 
>>> >> <
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_secure_ReleaseNote.jspa-3FprojectId-3D12313820-26version-3D12342097=DwMFAg=cskdkSMqhcnjZxdQVpwTXg=7lXQnf0aC8VQ0iMXwVgNHw=fsrZudttKIbOzqwzR6E8VlkHuGlqEq1RLobDOm8zivw=b4JQ8vrZwv1C5l6cEU2W4Al-Aiw7XHkz1RMlAUtHSec=
>>> >
>>> >> and add the space after the first link in [4].
>>> >>
>>> >> Kind regards
>>> >> Vitalii
>>> 

Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-31 Thread Arina Ielchiieva
Used the following links for the verification, since last email does not
provide any.

https://repository.apache.org/content/repositories/orgapachedrill-1050/
https://github.com/apache/drill/tree/1.14.0
http://home.apache.org/~boaz/drill/releases/1.14.0/rc2/

Built from source, ran unit tests, also Functional and Advanced tests.
Downloaded tar.gz and started Drill in embedded mode on Windows.
On both installations ran random queries against system tables and files
(mostly long-running queries).
Also checked Web UI (plugins export, jstack copy, profiles display,
exceptions display for invalid queries).

+1 (binding)

Kind regards,
Arina

On Tue, Jul 31, 2018 at 1:02 AM Boaz Ben-Zvi  wrote:

>  Hi Arina,
>
> The RC1 (and now RC2) are being built in a separate branch - 1.14.0 ;
> building the RC.. over the master would require a forced push (as the top
> of master is marked 1.15.0-SNAPSHOT).
>
> We can just work by 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 Yelchiyeva wrote:
>
> 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. Both has passed CR, so it's OK to merge them.
>
> Kind regards,
> Arina
>
> On Mon, Jul 30, 2018 at 11:48 PM Boaz Ben-Zvi  wrote:
>
>>OK -- RC1 is off; will produce RC2 soon with the PR #1406 (and thanks
>> Vitalii for the other comments)
>>
>>   Boaz
>>
>>
>> On 7/30/18 9:53 AM, Charles Givre wrote:
>> > I attempted to build from source and got the following errors:
>> >
>> > Results :
>> >
>> > Failed tests:
>> >
>> TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103
>>
>> > Found unwanted pattern in plan: DynamicPojoRecordReader
>> > 00-00Screen
>> > 00-01 Project(cnt_str=[$0], cnt_total=[$1])
>> > 00-02 Scan(groupscan=[files =
>> >
>> [/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet,
>>
>> >
>> /Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet],
>>
>> > numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])
>> >
>> >
>> > Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156
>> >
>> >
>> >
>> >
>> >> On Jul 30, 2018, at 11:17, Vitalii Diravka > >> > wrote:
>> >>
>> >> Hi all!
>> >>
>> >> I'm in the process of verifying the Drill RC1.
>> >> And I always get BUILD FAILURE for "mvn clean install". It is related
>> to
>> >> DRILL-6641 (PR is on review).
>> >> It fails randomly from Jira description, but for me the test fails
>> every
>> >> time.
>> >> Does anybody else have this issue? Or maybe it is my local environment
>> >> setup causes it.
>> >> I want to be sure, since I can not validate RC1 without clean build
>> with
>> >> unit tests.
>> >>
>> >> Boaz, could you please edit the [1] link, I assume it should be
>> >>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097
>> 
>> >> <
>> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_secure_ReleaseNote.jspa-3FprojectId-3D12313820-26version-3D12342097=DwMFAg=cskdkSMqhcnjZxdQVpwTXg=7lXQnf0aC8VQ0iMXwVgNHw=fsrZudttKIbOzqwzR6E8VlkHuGlqEq1RLobDOm8zivw=b4JQ8vrZwv1C5l6cEU2W4Al-Aiw7XHkz1RMlAUtHSec=
>> >
>> >> and add the space after the first link in [4].
>> >>
>> >> Kind regards
>> >> Vitalii
>> >>
>> >>
>> >> On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi  wrote:
>> >>
>> >>>  Hi Drillers,
>> >>>
>> >>> Proposing the *second* Release Candidate (RC1) for the Apache
>> >>> Drill, version 1.14.0 .
>> >>>
>> >>> This RC1 includes 234 committed 

Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-30 Thread Boaz Ben-Zvi

 Hi Arina,

    The RC1 (and now RC2) are being built in a separate branch - 1.14.0 
; building the RC.. over the master would require a forced push (as the 
top of master is marked 1.15.0-SNAPSHOT).


We can just work by 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 Yelchiyeva wrote:

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. Both has passed CR, so it's OK to merge them.


Kind regards,
Arina

On Mon, Jul 30, 2018 at 11:48 PM Boaz Ben-Zvi > wrote:


   OK -- RC1 is off; will produce RC2 soon with the PR #1406 (and
thanks
Vitalii for the other comments)

  Boaz


On 7/30/18 9:53 AM, Charles Givre wrote:
> I attempted to build from source and got the following errors:
>
> Results :
>
> Failed tests:
>

TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103

> Found unwanted pattern in plan: DynamicPojoRecordReader
> 00-00    Screen
> 00-01 Project(cnt_str=[$0], cnt_total=[$1])
> 00-02 Scan(groupscan=[files =
>

[/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet,

>

/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet],

> numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])
>
>
> Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156
>
>
>
>
>> On Jul 30, 2018, at 11:17, Vitalii Diravka
mailto:vitalii.dira...@gmail.com>
>> >> wrote:
>>
>> Hi all!
>>
>> I'm in the process of verifying the Drill RC1.
>> And I always get BUILD FAILURE for "mvn clean install". It is
related to
>> DRILL-6641 (PR is on review).
>> It fails randomly from Jira description, but for me the test
fails every
>> time.
>> Does anybody else have this issue? Or maybe it is my local
environment
>> setup causes it.
>> I want to be sure, since I can not validate RC1 without clean
build with
>> unit tests.
>>
>> Boaz, could you please edit the [1] link, I assume it should be
>>

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097



>>


>> and add the space after the first link in [4].
>>
>> Kind regards
>> Vitalii
>>
>>
>> On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi mailto:b...@apache.org>> wrote:
>>
>>>  Hi Drillers,
>>>
>>> Proposing the *second* Release Candidate (RC1) for the Apache
>>> Drill, version 1.14.0 .
>>>
>>> This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill
>>> developers who works hard and contributed to this release.
>>>
>>> The RC1 tarballs are hosted at [2] , and the Maven artifacts
are at [3].
>>>
>>> This Release Candidate is based on (Apache Drill branch named
"1.14.0")
>>> commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 ,
available at [4].
>>>
>>> Please download and try/test this Release Candidate.
>>>
>>> Given that our bylaws require 3 business days, the vote would
end on
>>> Wednesday, 

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. Both has passed CR, so it's OK to merge them.

Kind regards,
Arina

On Mon, Jul 30, 2018 at 11:48 PM Boaz Ben-Zvi  wrote:

>OK -- RC1 is off; will produce RC2 soon with the PR #1406 (and thanks
> Vitalii for the other comments)
>
>   Boaz
>
>
> On 7/30/18 9:53 AM, Charles Givre wrote:
> > I attempted to build from source and got the following errors:
> >
> > Results :
> >
> > Failed tests:
> >
> TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103
>
> > Found unwanted pattern in plan: DynamicPojoRecordReader
> > 00-00Screen
> > 00-01 Project(cnt_str=[$0], cnt_total=[$1])
> > 00-02 Scan(groupscan=[files =
> >
> [/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet,
>
> >
> /Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet],
>
> > numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])
> >
> >
> > Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156
> >
> >
> >
> >
> >> On Jul 30, 2018, at 11:17, Vitalii Diravka  >> > wrote:
> >>
> >> Hi all!
> >>
> >> I'm in the process of verifying the Drill RC1.
> >> And I always get BUILD FAILURE for "mvn clean install". It is related to
> >> DRILL-6641 (PR is on review).
> >> It fails randomly from Jira description, but for me the test fails every
> >> time.
> >> Does anybody else have this issue? Or maybe it is my local environment
> >> setup causes it.
> >> I want to be sure, since I can not validate RC1 without clean build with
> >> unit tests.
> >>
> >> Boaz, could you please edit the [1] link, I assume it should be
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097
> >> <
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_secure_ReleaseNote.jspa-3FprojectId-3D12313820-26version-3D12342097=DwMFAg=cskdkSMqhcnjZxdQVpwTXg=7lXQnf0aC8VQ0iMXwVgNHw=fsrZudttKIbOzqwzR6E8VlkHuGlqEq1RLobDOm8zivw=b4JQ8vrZwv1C5l6cEU2W4Al-Aiw7XHkz1RMlAUtHSec=
> >
> >> and add the space after the first link in [4].
> >>
> >> Kind regards
> >> Vitalii
> >>
> >>
> >> On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi  wrote:
> >>
> >>>  Hi Drillers,
> >>>
> >>> Proposing the *second* Release Candidate (RC1) for the Apache
> >>> Drill, version 1.14.0 .
> >>>
> >>> This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill
> >>> developers who works hard and contributed to this release.
> >>>
> >>> The RC1 tarballs are hosted at [2] , and the Maven artifacts are at
> [3].
> >>>
> >>> This Release Candidate is based on (Apache Drill branch named "1.14.0")
> >>> commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 , available at [4].
> >>>
> >>> Please download and try/test this Release Candidate.
> >>>
> >>> Given that our bylaws require 3 business days, the vote would end on
> >>> Wednesday, August 1st, 2018 at 5:00 PM PDT .
> >>>
> >>> [ ] +1
> >>> [ ] +0
> >>> [ ] -1
> >>>
> >>>  My vote is +1 !!
> >>>
> >>>Thank you,
> >>>
> >>> Boaz
> >>>
> >>> [1] https://issues.apache.org/jira/browse/DRILL-6637?filter=12344431
> >>>
> >>> [2] http://home.apache.org/~boaz/drill/releases/1.14.0/rc1/
> >>>
> >>> [3]
> >>> https://repository.apache.org/content/repositories/orgapachedrill-1049
> >>>
> >>> [4] https://github.com/apache/drill/tree/1.14.0OR
> >>> https://github.com/Ben-Zvi/drill/tree/drill-1.14.0 (commit id:
> >>> 65a6cb5233058b24613aaecfa9c9c7007a12c7e8)
> >>>
> >>>
> >>>
> >
>
>


Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-30 Thread Boaz Ben-Zvi
  OK -- RC1 is off; will produce RC2 soon with the PR #1406 (and thanks 
Vitalii for the other comments)


 Boaz


On 7/30/18 9:53 AM, Charles Givre wrote:

I attempted to build from source and got the following errors:

Results :

Failed tests:
TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103 
Found unwanted pattern in plan: DynamicPojoRecordReader

00-00    Screen
00-01 Project(cnt_str=[$0], cnt_total=[$1])
00-02 Scan(groupscan=[files = 
[/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet, 
/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet], 
numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])



Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156




On Jul 30, 2018, at 11:17, Vitalii Diravka > wrote:


Hi all!

I'm in the process of verifying the Drill RC1.
And I always get BUILD FAILURE for "mvn clean install". It is related to
DRILL-6641 (PR is on review).
It fails randomly from Jira description, but for me the test fails every
time.
Does anybody else have this issue? Or maybe it is my local environment
setup causes it.
I want to be sure, since I can not validate RC1 without clean build with
unit tests.

Boaz, could you please edit the [1] link, I assume it should be
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097 


and add the space after the first link in [4].

Kind regards
Vitalii


On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi  wrote:


 Hi Drillers,

Proposing the *second* Release Candidate (RC1) for the Apache
Drill, version 1.14.0 .

This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill
developers who works hard and contributed to this release.

The RC1 tarballs are hosted at [2] , and the Maven artifacts are at [3].

This Release Candidate is based on (Apache Drill branch named "1.14.0")
commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 , available at [4].

Please download and try/test this Release Candidate.

Given that our bylaws require 3 business days, the vote would end on
Wednesday, August 1st, 2018 at 5:00 PM PDT .

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

 My vote is +1 !!

   Thank you,

Boaz

[1] https://issues.apache.org/jira/browse/DRILL-6637?filter=12344431

[2] http://home.apache.org/~boaz/drill/releases/1.14.0/rc1/

[3] 
https://repository.apache.org/content/repositories/orgapachedrill-1049


[4] https://github.com/apache/drill/tree/1.14.0OR
https://github.com/Ben-Zvi/drill/tree/drill-1.14.0 (commit id:
65a6cb5233058b24613aaecfa9c9c7007a12c7e8)









Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-30 Thread Charles Givre
I attempted to build from source and got the following errors:

Results :

Failed tests: 
  
TestConvertCountToDirectScan.ensureCorrectCountWithMissingStatistics:153->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:103
 Found unwanted pattern in plan: DynamicPojoRecordReader
00-00Screen
00-01  Project(cnt_str=[$0], cnt_total=[$1])
00-02Scan(groupscan=[files = 
[/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_1.parquet,
 
/Users/cgivre/github/drill-dev/rc1/apache-drill-1.14.0-src/exec/java-exec/target/org.apache.drill.exec.planner.logical.TestConvertCountToDirectScan/dfsTestTmp/1532967947836-0/wide_str_table/0_0_2.parquet],
 numFiles = 2, DynamicPojoRecordReader{records = [[0, 2]]}])


Tests run: 3331, Failures: 1, Errors: 0, Skipped: 156




> On Jul 30, 2018, at 11:17, Vitalii Diravka  wrote:
> 
> Hi all!
> 
> I'm in the process of verifying the Drill RC1.
> And I always get BUILD FAILURE for "mvn clean install". It is related to
> DRILL-6641 (PR is on review).
> It fails randomly from Jira description, but for me the test fails every
> time.
> Does anybody else have this issue? Or maybe it is my local environment
> setup causes it.
> I want to be sure, since I can not validate RC1 without clean build with
> unit tests.
> 
> Boaz, could you please edit the [1] link, I assume it should be
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097
> and add the space after the first link in [4].
> 
> Kind regards
> Vitalii
> 
> 
> On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi  wrote:
> 
>>  Hi Drillers,
>> 
>> Proposing the *second* Release Candidate (RC1) for the Apache
>> Drill, version 1.14.0 .
>> 
>> This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill
>> developers who works hard and contributed to this release.
>> 
>> The RC1 tarballs are hosted at [2] , and the Maven artifacts are at [3].
>> 
>> This Release Candidate is based on (Apache Drill branch named "1.14.0")
>> commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 , available at [4].
>> 
>> Please download and try/test this Release Candidate.
>> 
>> Given that our bylaws require 3 business days, the vote would end on
>> Wednesday, August 1st, 2018 at 5:00 PM PDT .
>> 
>> [ ] +1
>> [ ] +0
>> [ ] -1
>> 
>>  My vote is +1 !!
>> 
>>Thank you,
>> 
>> Boaz
>> 
>> [1] https://issues.apache.org/jira/browse/DRILL-6637?filter=12344431
>> 
>> [2] http://home.apache.org/~boaz/drill/releases/1.14.0/rc1/
>> 
>> [3] https://repository.apache.org/content/repositories/orgapachedrill-1049
>> 
>> [4] https://github.com/apache/drill/tree/1.14.0OR
>> https://github.com/Ben-Zvi/drill/tree/drill-1.14.0 (commit id:
>> 65a6cb5233058b24613aaecfa9c9c7007a12c7e8)
>> 
>> 
>> 



Re: [VOTE] Apache Drill release 1.14.0 - RC1

2018-07-30 Thread Vitalii Diravka
Hi all!

I'm in the process of verifying the Drill RC1.
And I always get BUILD FAILURE for "mvn clean install". It is related to
DRILL-6641 (PR is on review).
It fails randomly from Jira description, but for me the test fails every
time.
Does anybody else have this issue? Or maybe it is my local environment
setup causes it.
I want to be sure, since I can not validate RC1 without clean build with
unit tests.

Boaz, could you please edit the [1] link, I assume it should be
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820=12342097
and add the space after the first link in [4].

Kind regards
Vitalii


On Sat, Jul 28, 2018 at 2:25 AM Boaz Ben-Zvi  wrote:

>   Hi Drillers,
>
>  Proposing the *second* Release Candidate (RC1) for the Apache
> Drill, version 1.14.0 .
>
> This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill
> developers who works hard and contributed to this release.
>
> The RC1 tarballs are hosted at [2] , and the Maven artifacts are at [3].
>
> This Release Candidate is based on (Apache Drill branch named "1.14.0")
> commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 , available at [4].
>
> Please download and try/test this Release Candidate.
>
> Given that our bylaws require 3 business days, the vote would end on
> Wednesday, August 1st, 2018 at 5:00 PM PDT .
>
> [ ] +1
> [ ] +0
> [ ] -1
>
>   My vote is +1 !!
>
> Thank you,
>
> Boaz
>
> [1] https://issues.apache.org/jira/browse/DRILL-6637?filter=12344431
>
> [2] http://home.apache.org/~boaz/drill/releases/1.14.0/rc1/
>
> [3] https://repository.apache.org/content/repositories/orgapachedrill-1049
>
> [4] https://github.com/apache/drill/tree/1.14.0OR
> https://github.com/Ben-Zvi/drill/tree/drill-1.14.0 (commit id:
> 65a6cb5233058b24613aaecfa9c9c7007a12c7e8)
>
>
>


[VOTE] Apache Drill release 1.14.0 - RC1

2018-07-27 Thread Boaz Ben-Zvi

 Hi Drillers,

    Proposing the *second* Release Candidate (RC1) for the Apache 
Drill, version 1.14.0 .


This RC1 includes 234 committed Jiras [1]. Thanks to all the Drill 
developers who works hard and contributed to this release.


The RC1 tarballs are hosted at [2] , and the Maven artifacts are at [3].

This Release Candidate is based on (Apache Drill branch named "1.14.0") 
commit ID: c705271d550a6adf0a874cd4a6bddd62d5ecc1d9 , available at [4].


Please download and try/test this Release Candidate.

Given that our bylaws require 3 business days, the vote would end on 
Wednesday, August 1st, 2018 at 5:00 PM PDT .


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

 My vote is +1 !!

   Thank you,

Boaz

[1] https://issues.apache.org/jira/browse/DRILL-6637?filter=12344431

[2] http://home.apache.org/~boaz/drill/releases/1.14.0/rc1/

[3] https://repository.apache.org/content/repositories/orgapachedrill-1049

[4] https://github.com/apache/drill/tree/1.14.0OR 
https://github.com/Ben-Zvi/drill/tree/drill-1.14.0 (commit id: 
65a6cb5233058b24613aaecfa9c9c7007a12c7e8)