You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Jason Altekruse <al...@gmail.com> on 2016/02/03 03:59:56 UTC

[VOTE] Release Apache Drill 1.5.0 RC0

Hello all,

I'd like to propose the first release candidate (rc0) of Apache Drill,
version
1.5.0. It covers a total of 54 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
f81ae22c702cf1ebc2a5e50a247e9c5c0970e404 located at [4].

The vote will be open for the next 72 hours ending at 7PM Pacific,
January 5, 2016.

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

Here's my vote: +1

Thanks,
Jason

[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12332948
[2] http://people.apache.org/~json/apache-drill-1.5.0.rc0/
<http://people.apache.org/%7Evenki/apache-drill-1.4.0.rc0/>
[3] https://repository.apache.org/content/repositories/orgapachedrill-1023/
<https://repository.apache.org/content/repositories/orgapachedrill-1018/>
[4] https://github.com/jaltekruse/incubator-drill/tree/1.5-release-rc0
<https://github.com/vkorukanti/drill/tree/1.4.0>

Re: [VOTE] Release Apache Drill 1.5.0 RC0

Posted by Jason Altekruse <al...@gmail.com>.
I tried running the tests on a linux machine (I prepared the candidate on a
mac) to check for any cross-system issues and actually found a small bug I
introduced with my POM changes right before the release candidate. I had
thought I re-ran the tests after making the small build change, but I
obviously did not, because the affected test is failing on my mac as well.

The issue has to do with the path to an input file for the test. The test
is sensitive to the directory it is running in, and the fix I made to the
build had a side effect of changing the directory where executions after
the shade plugin were executing. Here in the shade plugin docs it mentions
that this is a known issue with the plugin. We had previously been setting
an alternative location for the dependencyReducedPom, and the test was
written to accommodate the side-effects of setting it.
https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#dependencyReducedPomLocation

The fix is simple, just removing a '../' from the path in the test.

This sinks the release, I will be posting another release candidate after I
re-run the full tests with my fix.



On Tue, Feb 2, 2016 at 6:59 PM, Jason Altekruse <al...@gmail.com>
wrote:

> Hello all,
>
> I'd like to propose the first release candidate (rc0) of Apache Drill,
> version
> 1.5.0. It covers a total of 54 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
> f81ae22c702cf1ebc2a5e50a247e9c5c0970e404 located at [4].
>
> The vote will be open for the next 72 hours ending at 7PM Pacific,
> January 5, 2016.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> Here's my vote: +1
>
> Thanks,
> Jason
>
> [1]
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313820&version=12332948
> [2] http://people.apache.org/~json/apache-drill-1.5.0.rc0/
> <http://people.apache.org/%7Evenki/apache-drill-1.4.0.rc0/>
> [3]
> https://repository.apache.org/content/repositories/orgapachedrill-1023/
> <https://repository.apache.org/content/repositories/orgapachedrill-1018/>
> [4] https://github.com/jaltekruse/incubator-drill/tree/1.5-release-rc0
> <https://github.com/vkorukanti/drill/tree/1.4.0>
>